Home | History | Annotate | Download | only in i18n

Lines Matching defs:getNoFallback

75     UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
77 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
88 return getNoFallback(tableKey, NULL, itemKey, result);
132 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
376 langData.getNoFallback("localeDisplayPattern", "separator", sep);
382 langData.getNoFallback("localeDisplayPattern", "pattern", pattern);
659 return langData.getNoFallback("Languages", localeId, result);