Searched defs:tableKey (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/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 Dlocdispnames.cpp296 const char *tableKey,
312 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
318 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
323 tableKey,
295 _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
H A Duresdata.c77 const char *tableKey; local
86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]);
88 result = uprv_strcmp(key, tableKey);
90 result = uprv_compareInvCharsAsAscii(key, tableKey);
98 *realKey=tableKey;
108 const char *tableKey; local
117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
119 result = uprv_strcmp(key, tableKey);
121 result = uprv_compareInvCharsAsAscii(key, tableKey);
129 *realKey=tableKey;
[all...]
/external/icu/icu4c/source/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 Dlocdispnames.cpp296 const char *tableKey,
312 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
318 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
323 tableKey,
295 _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
H A Duresdata.c75 const char *tableKey; local
84 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]);
86 result = uprv_strcmp(key, tableKey);
88 result = uprv_compareInvCharsAsAscii(key, tableKey);
96 *realKey=tableKey;
106 const char *tableKey; local
115 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
117 result = uprv_strcmp(key, tableKey);
119 result = uprv_compareInvCharsAsAscii(key, tableKey);
127 *realKey=tableKey;
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp70 UnicodeString& get(const char* tableKey, const char* itemKey,
72 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
77 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
82 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
83 return get(tableKey, NULL, itemKey, result);
87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
88 return getNoFallback(tableKey, NULL, itemKey, result);
117 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
123 tableKey, subTableKe
132 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp71 UnicodeString& get(const char* tableKey, const char* itemKey,
73 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
76 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
78 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
83 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
84 return get(tableKey, NULL, itemKey, result);
88 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
89 return getNoFallback(tableKey, NULL, itemKey, result);
118 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
124 tableKey, subTableKe
133 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]

Completed in 186 milliseconds