Home
last modified time | relevance | path

Searched refs:tableKey (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dlocresdata.cpp46 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()
Dlocdspnm.cpp76 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 …]
Duresdata.cpp77 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()
Dlocdispnames.cpp301 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()
Dulocimp.h37 const char *tableKey,
/third_party/skia/third_party/externals/icu/source/common/
Dlocresdata.cpp46 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()
Dlocdspnm.cpp76 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 …]
Duresdata.cpp77 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()
Dlocdispnames.cpp301 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()
Dulocimp.h37 const char *tableKey,
/third_party/icu/icu4c/source/common/
Dlocresdata.cpp46 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()
Dlocdspnm.cpp76 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 …]
Duresdata.cpp77 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()
Dlocdispnames.cpp301 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()
Dulocimp.h37 const char *tableKey,