Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresbund.cpp111 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local
176 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()
831 static void entryCloseInt(UResourceDataEntry *resB) { in entryCloseInt()
864 static void entryClose(UResourceDataEntry *resB) { in entryClose()
886 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
916 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
[all …]
Drestrace.h36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer()
42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer()
48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer()
/external/icu/libicu/cts_headers/
Drestrace.h36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer()
42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer()
48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer()
/external/icu/libicu/cts_headers/unicode/
Dures.h812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString()
837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString()
859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex()
882 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) { in ures_getUnicodeStringByKey()
/external/icu/libandroidicu/include/unicode/
Dures.h812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString()
837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString()
859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex()
882 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) { in ures_getUnicodeStringByKey()
/external/icu/icu4c/source/common/unicode/
Dures.h812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString()
837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString()
859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex()
882 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) { in ures_getUnicodeStringByKey()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementTest.kt39 val resB = Resource("B") in <lambda>() constant
57 val resB = Resource("B") in <lambda>() constant
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c410 UResourceBundle* resB; in TestDecodedBundle() local
679 UResourceBundle* resB = NULL; in TestNewTypes() local
1413 UResourceBundle* resB = NULL; in TestGetVersion() local
1452 UResourceBundle* resB = NULL; in TestGetVersionColl() local
2926 tres_getString(const UResourceBundle *resB, in tres_getString()