Searched refs:tableKey (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dlocresdata.cpp44 const char *tableKey, const char *subTableKey,
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
97 if(uprv_strcmp(tableKey, "Countries")==0){
99 }else if(uprv_strcmp(tableKey, "Languages")==0){
43 uloc_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dulocimp.h32 const char *tableKey,
H A Duresdata.c70 const char *tableKey; local
79 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]);
81 result = uprv_strcmp(key, tableKey);
83 result = uprv_compareInvCharsAsAscii(key, tableKey);
91 *realKey=tableKey;
101 const char *tableKey; local
110 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
112 result = uprv_strcmp(key, tableKey);
114 result = uprv_compareInvCharsAsAscii(key, tableKey);
122 *realKey=tableKey;
[all...]
H A Dlocdispnames.cpp295 const char *tableKey,
311 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
317 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
322 tableKey,
294 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/icu4c/i18n/
H A Dlocdspnm.cpp68 UnicodeString& get(const char* tableKey, const char* itemKey,
70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
73 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
81 return get(tableKey, NULL, itemKey, result);
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
86 return getNoFallback(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
121 tableKey, subTableKe
130 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]
/external/chromium/third_party/icu/source/common/
H A Duloc.c2088 const char *tableKey, const char *subTableKey,
2119 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
2139 if(uprv_strcmp(tableKey, "Countries")==0){
2141 }else if(uprv_strcmp(tableKey, "Languages")==0){
2198 const char *tableKey,
2213 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
2219 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
2224 tableKey,
2087 _res_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
2197 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument

Completed in 370 milliseconds