/third_party/skia/third_party/externals/icu/source/common/ |
D | uresbund.cpp | 120 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local 124 if(resB != NULL) { in getFallbackData() 125 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData() 126 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData() 130 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData() 131 resB = resB->fParent; in getFallbackData() 132 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData() 134 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData() 141 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData() 147 *realData = resB; in getFallbackData() [all …]
|
D | restrace.h | 36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument 37 fResB(resB), in ResourceTracer() 42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument 43 fResB(resB), in ResourceTracer() 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 49 fResB(resB), in ResourceTracer()
|
D | uresimp.h | 87 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 155 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 157 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 206 ures_findSubResource(const UResourceBundle *resB, 259 ures_getByKeyWithFallback(const UResourceBundle *resB, 282 ures_getStringByKeyWithFallback(const UResourceBundle *resB, 308 ures_getVersionByKey(const UResourceBundle *resB,
|
/third_party/icu/icu4c/source/common/ |
D | uresbund.cpp | 120 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local 124 if(resB != NULL) { in getFallbackData() 125 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData() 126 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData() 130 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData() 131 resB = resB->fParent; in getFallbackData() 132 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData() 134 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData() 141 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData() 147 *realData = resB; in getFallbackData() [all …]
|
D | restrace.h | 36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument 37 fResB(resB), in ResourceTracer() 42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument 43 fResB(resB), in ResourceTracer() 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 49 fResB(resB), in ResourceTracer()
|
D | uresimp.h | 87 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 155 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 157 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 206 ures_findSubResource(const UResourceBundle *resB, 259 ures_getByKeyWithFallback(const UResourceBundle *resB, 282 ures_getStringByKeyWithFallback(const UResourceBundle *resB, 308 ures_getVersionByKey(const UResourceBundle *resB,
|
/third_party/node/deps/icu-small/source/common/ |
D | uresbund.cpp | 187 UResourceDataEntry *resB; in ures_flushCache() local 207 resB = (UResourceDataEntry *) e->value.pointer; in ures_flushCache() 217 if (resB->fCountExisting == 0) { in ures_flushCache() 221 free_entry(resB); in ures_flushCache() 240 UResourceDataEntry *resB; in ures_dumpCacheContents() local 250 resB = (UResourceDataEntry *) e->value.pointer; in ures_dumpCacheContents() 253 (void*)resB, resB->fCountExisting, in ures_dumpCacheContents() 254 resB->fName?resB->fName:"NULL", in ures_dumpCacheContents() 255 resB->fPath?resB->fPath:"NULL", in ures_dumpCacheContents() 256 (void*)resB->fPool, in ures_dumpCacheContents() [all …]
|
D | restrace.h | 36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument 37 fResB(resB), in ResourceTracer() 42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument 43 fResB(resB), in ResourceTracer() 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 49 fResB(resB), in ResourceTracer()
|
D | uresimp.h | 63 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 161 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 163 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 209 ures_findSubResource(const UResourceBundle *resB, 262 ures_getByKeyWithFallback(const UResourceBundle *resB, 284 ures_getStringByKeyWithFallback(const UResourceBundle *resB, 339 ures_getVersionByKey(const UResourceBundle *resB,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresbund.cpp | 109 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local 113 if(resB != NULL) { in getFallbackData() 114 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData() 115 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData() 119 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData() 120 resB = resB->fParent; in getFallbackData() 121 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData() 123 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData() 130 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData() 136 *realData = resB; in getFallbackData() [all …]
|
D | uresimp.h | 83 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 97 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 99 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 148 ures_findSubResource(const UResourceBundle *resB, 201 ures_getByKeyWithFallback(const UResourceBundle *resB, 222 ures_getStringByKeyWithFallback(const UResourceBundle *resB, 243 ures_getVersionByKey(const UResourceBundle *resB,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ures.h | 298 ures_getVersion(const UResourceBundle* resB, 431 ures_getUTF8String(const UResourceBundle *resB, 697 ures_getUTF8StringByIndex(const UResourceBundle *resB, 734 ures_getStringByKey(const UResourceBundle *resB, 790 ures_getUTF8StringByKey(const UResourceBundle *resB, 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ures.h | 298 ures_getVersion(const UResourceBundle* resB, 431 ures_getUTF8String(const UResourceBundle *resB, 697 ures_getUTF8StringByIndex(const UResourceBundle *resB, 734 ures_getStringByKey(const UResourceBundle *resB, 790 ures_getUTF8StringByKey(const UResourceBundle *resB, 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ures.h | 298 ures_getVersion(const UResourceBundle* resB, 431 ures_getUTF8String(const UResourceBundle *resB, 697 ures_getUTF8StringByIndex(const UResourceBundle *resB, 734 ures_getStringByKey(const UResourceBundle *resB, 790 ures_getUTF8StringByKey(const UResourceBundle *resB, 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ures.h | 295 ures_getVersion(const UResourceBundle* resB, 428 ures_getUTF8String(const UResourceBundle *resB, 694 ures_getUTF8StringByIndex(const UResourceBundle *resB, 731 ures_getStringByKey(const UResourceBundle *resB, 787 ures_getUTF8StringByKey(const UResourceBundle *resB, 809 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 812 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 834 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 837 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 856 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 410 UResourceBundle* resB; in TestDecodedBundle() local 460 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle() 461 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle() 464 ures_close(resB); in TestDecodedBundle() 479 ures_close(resB); in TestDecodedBundle() 679 UResourceBundle* resB = NULL; in TestNewTypes() local 684 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes() 685 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes() 686 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes() 692 ures_close(resB); in TestNewTypes() [all …]
|
D | creststn.h | 34 tres_getString(const UResourceBundle *resB,
|
/third_party/icu/docs/userguide/locale/ |
D | resources.md | 303 you should call the `void ures_close(UResourceBundle* resB)` API. In C++, if you 513 | C (UChar*) | `const UChar* ures_getStringByKey(const UResourceBundle* resB, const cha… 514 | C (UnicodeString) | `UnicodeString ures_getUnicodeStringByKey(const UResourceBundle* resB, c… 522 | C (UChar*) | `const UChar* ures_getStringByIndex(const UResourceBundle* resB, int32_t… 523 | C (UnicodeString) | `UnicodeString ures_getUnicodeStringByIndex(const UResourceBundle* resB,… 531 | C (UnicodeString) | `UnicodeString ures_getNextUnicodeString(UResourceBundle* resB, const ch… 557 | C | `const char* ures_getKey(UResourceBundle* resB)` | 565 | C | `void ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo)` |
|