Lines Matching refs:itemKey
70 UnicodeString& get(const char* tableKey, const char* itemKey,
72 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
77 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
82 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument
83 return get(tableKey, NULL, itemKey, result); in get()
87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument
88 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback()
117 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument
123 tableKey, subTableKey, itemKey, in get()
128 return result.setTo(UnicodeString(itemKey, -1, US_INV)); in get()
132 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback() argument
138 tableKey, subTableKey, itemKey, in getNoFallback()