Lines Matching refs:tableKey
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 { in get() argument
86 return get(tableKey, NULL, itemKey, result); in get()
90 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument
91 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback()
120 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument
126 tableKey, subTableKey, itemKey, in get()
135 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback() argument
141 tableKey, subTableKey, itemKey, in getNoFallback()