Home | History | Annotate | Download | only in common

Lines Matching defs:getNoFallback

81     UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
94 return getNoFallback(tableKey, NULL, itemKey, result);
138 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
454 langData.getNoFallback("localeDisplayPattern", "separator", sep);
462 langData.getNoFallback("localeDisplayPattern", "pattern", pattern);
696 langData.getNoFallback("Languages%short", localeId, result);
701 return langData.getNoFallback("Languages", localeId, result);