Lines Matching refs:itemKey
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 { in get() argument
81 return get(tableKey, NULL, itemKey, result); in get()
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument
86 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback()
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument
121 tableKey, subTableKey, itemKey, in get()
126 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
130 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback() argument
136 tableKey, subTableKey, itemKey, in getNoFallback()