HomeSort by relevance Sort by last modified time
    Searched defs:getLocaleName (Results 1 - 6 of 6) 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_org/third_party/icu/source/i18n/
rbnf.cpp 102 virtual const UChar* getLocaleName(int32_t index) const = 0;
143 const UChar* locale = getLocaleName(i);
145 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
146 if (!streq(locale, rhs->getLocaleName(ix))) {
165 if (streq(locale, getLocaleName(i))) {
269 virtual const UChar* getLocaleName(int32_t index) const;
632 StringLocalizationInfo::getLocaleName(int32_t index) const {
969 UnicodeString name(TRUE, localizations->getLocaleName(index), -1);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 98 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 {
954 UnicodeString name(TRUE, localizations->getLocaleName(index), -1);
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 952 bool AaptGroupEntry::getLocaleName(const char* fileName,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 78 milliseconds