Lines Matching refs:itemKey
76 UnicodeString& get(const char* tableKey, const char* itemKey,
78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument
89 return get(tableKey, NULL, itemKey, result); in get()
93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument
94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback()
123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument
129 tableKey, subTableKey, itemKey, in get()
134 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
138 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback() argument
144 tableKey, subTableKey, itemKey, in getNoFallback()