/third_party/node/deps/icu-small/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 77 ures_getByKeyWithFallback(rb.getAlias(), tableKey, table.getAlias(), &errorCode); in uloc_getTableStringWithFallback() 98 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 100 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, nullptr, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, nullptr, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 77 const char *tableKey; in _res_findTableItem() local 86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 88 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 90 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 98 *realKey=tableKey; in _res_findTableItem() 108 const char *tableKey; in _res_findTable32Item() local 117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 119 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 121 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 129 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 301 const char *tableKey, in _getStringOrCopyKey() argument 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 319 bool isLanguageCode = (uprv_strncmp(tableKey, _kLanguages, 9) == 0); in _getStringOrCopyKey() 326 tableKey, in _getStringOrCopyKey() 336 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 37 const char *tableKey,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 77 ures_getByKeyWithFallback(rb.getAlias(), tableKey, table.getAlias(), &errorCode); in uloc_getTableStringWithFallback() 98 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 100 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 77 const char *tableKey; in _res_findTableItem() local 86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 88 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 90 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 98 *realKey=tableKey; in _res_findTableItem() 108 const char *tableKey; in _res_findTable32Item() local 117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 119 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 121 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 129 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 301 const char *tableKey, in _getStringOrCopyKey() argument 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 325 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 37 const char *tableKey,
|
/third_party/icu/icu4c/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 77 ures_getByKeyWithFallback(rb.getAlias(), tableKey, table.getAlias(), &errorCode); in uloc_getTableStringWithFallback() 98 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 100 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 77 const char *tableKey; in _res_findTableItem() local 86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 88 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 90 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 98 *realKey=tableKey; in _res_findTableItem() 108 const char *tableKey; in _res_findTable32Item() local 117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 119 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 121 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 129 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 301 const char *tableKey, in _getStringOrCopyKey() argument 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 319 bool isLanguageCode = (uprv_strncmp(tableKey, _kLanguages, 9) == 0); in _getStringOrCopyKey() 326 tableKey, in _getStringOrCopyKey() 336 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 37 const char *tableKey,
|