HomeSort by relevance Sort by last modified time
    Searched full:tablekey (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
locdspnm.cpp 68 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 {
81 return get(tableKey, NULL, itemKey, result);
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
86 return getNoFallback(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
121 tableKey, subTableKey, itemKey
    [all...]
  /external/icu4c/common/
locresdata.cpp 44 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){
ulocimp.h 32 const char *tableKey,
uresdata.c 70 const char *tableKey;
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;
110 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
112 result = uprv_strcmp(key, tableKey);
114 result = uprv_compareInvCharsAsAscii(key, tableKey);
122 *realKey=tableKey;
    [all...]
locdispnames.cpp 295 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,
  /external/chromium/third_party/icu/source/common/
uloc.c     [all...]

Completed in 2216 milliseconds