Home
last modified time | relevance | path

Searched defs:resB (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Duresbund.cpp109 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local
174 UResourceDataEntry *resB; in ures_flushCache() local
229 UResourceDataEntry *resB; in ures_dumpCacheContents() local
490 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
500 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
505 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
790 static void entryCloseInt(UResourceDataEntry *resB) { in entryCloseInt()
823 static void entryClose(UResourceDataEntry *resB) { in entryClose()
846 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
876 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
[all …]
/external/icu/icu4c/source/common/unicode/
Dures.h809 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/
Dcreststn.c380 UResourceBundle* resB; in TestDecodedBundle() local
649 UResourceBundle* resB = NULL; in TestNewTypes() local
1375 UResourceBundle* resB = NULL; in TestGetVersion() local
1414 UResourceBundle* resB = NULL; in TestGetVersionColl() local
2868 tres_getString(const UResourceBundle *resB, in tres_getString()