Searched defs:resB (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 109 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local 174 UResourceDataEntry *resB; in ures_flushCache() local 229 UResourceDataEntry *resB; in ures_dumpCacheContents() local 495 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject() 505 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject() 510 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject() 821 static void entryCloseInt(UResourceDataEntry *resB) { in entryCloseInt() 854 static void entryClose(UResourceDataEntry *resB) { in entryClose() 877 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() 907 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath() [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 809 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() 834 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() 856 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() 879 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) { in ures_getUnicodeStringByKey()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 809 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() 834 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() 856 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() 879 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) { in ures_getUnicodeStringByKey()
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 382 UResourceBundle* resB; in TestDecodedBundle() local 651 UResourceBundle* resB = NULL; in TestNewTypes() local 1377 UResourceBundle* resB = NULL; in TestGetVersion() local 1416 UResourceBundle* resB = NULL; in TestGetVersionColl() local 2870 tres_getString(const UResourceBundle *resB, in tres_getString()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2415 const UChar * ures_getStringByKey_android(const UResourceBundle * resB, const char * key, int32_t *… in ures_getStringByKey_android() 2424 const char * ures_getUTF8String_android(const UResourceBundle * resB, char * dest, int32_t * length… in ures_getUTF8String_android() 2427 const char * ures_getUTF8StringByIndex_android(const UResourceBundle * resB, int32_t stringIndex, c… in ures_getUTF8StringByIndex_android() 2430 const char * ures_getUTF8StringByKey_android(const UResourceBundle * resB, const char * key, char *… in ures_getUTF8StringByKey_android() 2433 void ures_getVersion_android(const UResourceBundle * resB, UVersionInfo versionInfo) { in ures_getVersion_android()
|