Lines Matching refs:me
45 if (rb->me) { in ResourceBundle_object_free()
46 ures_close( rb->me ); in ResourceBundle_object_free()
67 rb->me = NULL; in ResourceBundle_object_create()
96 if (rb->me) { in resourcebundle_ctor()
113 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
115 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
128 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
181 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
184 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
205 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch()
252 if (rb->me == NULL) { in resourcebundle_array_count()
258 *count = ures_getSize( rb->me ); in resourcebundle_array_count()
276 len = ures_getSize( rb->me ); in PHP_FUNCTION()