HomeSort by relevance Sort by last modified time
    Searched defs:getLocaleName (Results 1 - 4 of 4) sorted by null

  /external/icu4c/layoutex/
plruns.cpp 264 const char *getLocaleName(le_int32 run) const;
397 const char *ULocRuns::getLocaleName(le_int32 run) const
487 return lr->getLocaleName(run);
  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp 100 virtual const UChar* getLocaleName(int32_t index) const = 0;
141 const UChar* locale = getLocaleName(i);
143 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
144 if (!streq(locale, rhs->getLocaleName(ix))) {
163 if (streq(locale, getLocaleName(i))) {
267 virtual const UChar* getLocaleName(int32_t index) const;
630 StringLocalizationInfo::getLocaleName(int32_t index) const {
967 UnicodeString name(TRUE, localizations->getLocaleName(index), -1);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 100 virtual const UChar* getLocaleName(int32_t index) const = 0;
141 const UChar* locale = getLocaleName(i);
143 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
144 if (!streq(locale, rhs->getLocaleName(ix))) {
163 if (streq(locale, getLocaleName(i))) {
267 virtual const UChar* getLocaleName(int32_t index) const;
630 StringLocalizationInfo::getLocaleName(int32_t index) const {
967 UnicodeString name(TRUE, localizations->getLocaleName(index), -1);
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 704 bool AaptGroupEntry::getLocaleName(const char* fileName,
1137 getLocaleName(locale.string(), &params);
    [all...]

Completed in 634 milliseconds