Searched refs:subTableKey (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | locresdata.cpp | 44 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 78 if (subTableKey != NULL) { in uloc_getTableStringWithFallback() 88 ures_getByKeyWithFallback(&table,subTableKey, &table, &errorCode); in uloc_getTableStringWithFallback()
|
D | ulocimp.h | 33 const char *subTableKey,
|
D | locdispnames.cpp | 296 const char* subTableKey, in _getStringOrCopyKey() argument 323 subTableKey, in _getStringOrCopyKey()
|
/external/icu4c/i18n/ |
D | locdspnm.cpp | 70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 75 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 121 tableKey, subTableKey, itemKey, in get() 130 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback() argument 136 tableKey, subTableKey, itemKey, in getNoFallback()
|