Searched refs:localeName (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DLanguageWin.cpp40 String localeName = String::createUninitialized(localeChars, localeNameBuf); local
44 if (localeName.isEmpty())
47 localeName.truncate(localeName.length() - 1);
48 return localeName;
/external/libxslt/libxslt/
H A Dxsltlocale.c39 static const xmlChar* xsltDefaultRegion(const xmlChar *localeName);
82 char localeName[XSLTMAX_LANGTAGLEN+6]; /* 6 chars for ".utf8\0" */ local
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_LANGTAGLE local
194 xsltDefaultRegion(const xmlChar *localeName) argument
[all...]
/external/icu4c/test/intltest/
H A Dtsnmfmt.h52 void testLocale(/* char *par, */const Locale& locale, const UnicodeString& localeName);
H A Dtsdate.cpp67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName) argument
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 + ")";
H A Dtsnmfmt.cpp74 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) argument
80 logln((UnicodeString)name + " (" + localeName + ")");
86 logln((UnicodeString)name + " (" + localeName + ")");
92 logln((UnicodeString)name + " (" + localeName + ")");
H A Ddadrcoll.cpp181 char localeName[256]; local
182 testSetting.extract(0, testSetting.length(), localeName, "");
183 col = Collator::createInstance(localeName, status);
H A Dtsmthred.cpp587 const char *localeName = NULL;
591 localeName = loc.getName();
592 // localeName = "en";
596 res = ures_open(NULL, localeName, &status);
H A Dtztest.cpp1882 const char *localeName;
1935 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName);
1952 zoneDisplayTestData[testNum].localeName,
1964 zoneDisplayTestData[testNum].localeName,
H A Dregcoll.cpp941 UnicodeString msg, localeName; local
H A Drbbitst.cpp1591 UnicodeString localeName = localeMatcher.group(1, status); local
1593 localeName.extract(0, localeName.length(), localeName8, sizeof(localeName8), 0);
/external/icu4c/i18n/unicode/
H A Dplurrule.h287 void getNextLocale(const UnicodeString& localeData, int32_t* curIndex, UnicodeString& localeName);
H A Dtmutfmt.h241 void searchInLocaleChain(EStyle style, const char* key, const char* localeName,
/external/icu4c/common/
H A Dresbund.cpp376 const char *localeName = ures_getLocaleInternal(fResource, &status); local
377 Locale *tLocale = new Locale(localeName);
H A Dputil.c1838 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
1844 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
1845 size_t localeCapacity = uprv_min(sizeof(localeBuf), (name-localeName)+1);
1846 uprv_strncpy(localeBuf, localeName, localeCapacity);
1902 const char *localeName = NULL;
1905 localeName = uprv_getPOSIXIDForDefaultCodepage();
1918 if (uprv_strcmp(localeName, "en_US_POSIX") != 0) {
1919 codeset = remapPlatformDependentCodepage(localeName, codeset);
1938 name = getCodepageFromPOSIXID(localeName, codesetNam
[all...]
/external/icu4c/i18n/
H A Dtmutfmt.cpp577 const char* localeName = fLocale.getName(); local
578 searchInLocaleChain(style, key, localeName,
601 TimeUnitFormat::searchInLocaleChain(EStyle style, const char* key, const char* localeName, argument
612 uprv_strcpy(parentLocale, localeName);
671 uprv_strcpy(pLocale, localeName);
727 searchInLocaleChain(style, key, localeName, srcTimeUnitField, srcPluralCount,
H A Dplurrule.cpp388 PluralRules::getNextLocale(const UnicodeString& localeData, int32_t* curIndex, UnicodeString& localeName) { argument
391 localeName.remove();
403 localeName+=localeData.charAt(i++);
H A Drbnf.cpp995 UnicodeString localeName(localeParam.getBaseName(), -1, UnicodeString::kInvariant);
996 int32_t len = localeName.length();
997 UChar* localeStr = localeName.getBuffer(len + 1);
/external/icu4c/test/cintltst/
H A Dcldrtest.c446 const char *localeName)
452 expectedLCID = uloc_getLCID(localeName);
455 localeName);
466 if(strcmp(localeName, lcidStringC) != 0) {
469 uloc_getLanguage(localeName, langName, sizeof(langName), &status);
474 localeName, lcidStringC, expectedLCID);
478 localeName, expectedLCID, lcidStringC);
445 testLCID(UResourceBundle *currentBundle, const char *localeName) argument

Completed in 304 milliseconds