HomeSort by relevance Sort by last modified time
    Searched refs:localeName (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 39 static const xmlChar* xsltDefaultRegion(const xmlChar *localeName);
82 char localeName[XSLTMAX_LANGTAGLEN+6]; /* 6 chars for ".utf8\0" */
85 char *q = localeName;
113 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
119 q = localeName + llen + 1;
125 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
134 region = (char *)xsltDefaultRegion((xmlChar *)localeName);
138 q = localeName + llen + 1;
142 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
150 xmlChar localeName[XSLTMAX_LANGTAGLEN+1]
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsnmfmt.h 52 void testLocale(/* char *par, */const Locale& locale, const UnicodeString& localeName);
tsdate.cpp 67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName)
80 fTestName = (UnicodeString) "Time test " + (int32_t) timeStyle + " (" + localeName + ")";
91 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")";
104 fTestName = (UnicodeString) "DateTime test " + (int32_t) dateStyle + "/" + (int32_t) timeStyle + " (" + localeName + ")";
tsnmfmt.cpp 75 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName)
81 logln((UnicodeString)name + " (" + localeName + ")");
87 logln((UnicodeString)name + " (" + localeName + ")");
93 logln((UnicodeString)name + " (" + localeName + ")");
100 logln((UnicodeString)name + " (" + localeName + ")");
dadrcoll.cpp 181 char localeName[256];
182 testSetting.extract(0, testSetting.length(), localeName, "");
183 col = Collator::createInstance(localeName, status);
plurults.cpp     [all...]
alphaindextst.cpp 350 const char *localeName = KEY_LOCALES[i];
351 if (localeName[0] == 0) {
354 // std::cout << localeName << " ";
355 Locale loc = Locale::createFromName(localeName);
377 assertEquals("bucket label vs. immutable: locale=" + UnicodeString(localeName) +
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.h 52 void testLocale(/* char *par, */const Locale& locale, const UnicodeString& localeName);
tsdate.cpp 67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName)
80 fTestName = (UnicodeString) "Time test " + (int32_t) timeStyle + " (" + localeName + ")";
91 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")";
104 fTestName = (UnicodeString) "DateTime test " + (int32_t) dateStyle + "/" + (int32_t) timeStyle + " (" + localeName + ")";
tsnmfmt.cpp 75 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName)
81 logln((UnicodeString)name + " (" + localeName + ")");
87 logln((UnicodeString)name + " (" + localeName + ")");
93 logln((UnicodeString)name + " (" + localeName + ")");
100 logln((UnicodeString)name + " (" + localeName + ")");
plurults.cpp     [all...]
alphaindextst.cpp 352 const char *localeName = KEY_LOCALES[i];
353 if (localeName[0] == 0) {
356 // std::cout << localeName << " ";
357 Locale loc = Locale::createFromName(localeName);
379 assertEquals("bucket label vs. immutable: locale=" + UnicodeString(localeName) +
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_table.js 120 var localeName = msgs.getLocaleDisplayName(table.locale);
122 return localeName;
125 [localeName, table.grade]);
128 [localeName, table.variant]);
131 [localeName, table.variant, table.grade]);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 110 String localeName = String(name).replace('_', '-');
111 localeName = localeName.lower();
113 NameToLCIDMap::const_iterator iterator = map.find(localeName);
116 localeName = removeLastComponent(localeName);
117 } while (!localeName.isEmpty());
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmutfmt.h 240 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 218 void searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 108 WCHAR* localeName, int localeNameLength)
112 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR));
521 WCHAR* localeName = NULL;
532 localeName = localeNameStorage;
537 localeName, localeNameLen));
SkFontMgr_win_dw.cpp 258 WCHAR* localeName, int localeNameLength)
263 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR));
738 WCHAR* localeName = NULL;
749 localeName = localeNameStorage;
754 localeName, localeNameLen));
  /external/chromium_org/third_party/icu/source/common/
resbund.cpp 384 const char *localeName = ures_getLocaleInternal(fResource, &status);
386 ncThis->fLocale = new Locale(localeName);
putil.cpp     [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 384 const char *localeName = ures_getLocaleInternal(fResource, &status);
386 ncThis->fLocale = new Locale(localeName);
putil.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp 591 const char* localeName = fLocale.getName();
594 searchInLocaleChain(style, key, localeName,
617 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
628 uprv_strcpy(parentLocale, localeName);
688 uprv_strcpy(pLocale, localeName);
748 searchInLocaleChain(style, key, localeName, srcTimeUnitField, srcPluralCount,
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 513 const char* localeName = getLocaleID(err);
516 searchInLocaleChain(style, key, localeName,
539 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName,
550 uprv_strcpy(parentLocale, localeName);
607 uprv_strcpy(pLocale, localeName);
664 searchInLocaleChain(style, key, localeName, srcTimeUnitField, srcPluralCount,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 451 const char *localeName)
458 expectedLCID = uloc_getLCID(localeName);
461 localeName);
473 if(strcmp(localeName, lcidStringC) != 0) {
476 uloc_getLanguage(localeName, langName, sizeof(langName), &status);
481 localeName, lcidStringC, expectedLCID);
485 localeName, expectedLCID, lcidStringC);
    [all...]

Completed in 1296 milliseconds

1 2