Lines Matching refs:itemKey
75 UnicodeString& get(const char* tableKey, const char* itemKey,
77 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
80 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
82 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
87 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument
88 return get(tableKey, NULL, itemKey, result); in get()
92 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument
93 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback()
122 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument
128 tableKey, subTableKey, itemKey, in get()
133 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
137 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback() argument
143 tableKey, subTableKey, itemKey, in getNoFallback()