Lines Matching refs:itemKey
73 UnicodeString& get(const char* tableKey, const char* itemKey,
75 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
78 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
80 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
85 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const {
86 return get(tableKey, NULL, itemKey, result);
90 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
91 return getNoFallback(tableKey, NULL, itemKey, result);
120 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
126 tableKey, subTableKey, itemKey,
131 return result.setTo(UnicodeString(itemKey, -1, US_INV));
135 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
141 tableKey, subTableKey, itemKey,