Home | History | Annotate | Download | only in i18n

Lines Matching refs:tableKey

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 {
83 return get(tableKey, NULL, itemKey, result);
87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
88 return getNoFallback(tableKey, NULL, itemKey, result);
117 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
123 tableKey, subTableKey, itemKey,
132 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
138 tableKey, subTableKey, itemKey,