Searched refs:localeName (Results 1 - 21 of 21) 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.cpp75 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) argument
81 logln((UnicodeString)name + " (" + localeName + ")");
87 logln((UnicodeString)name + " (" + localeName + ")");
93 logln((UnicodeString)name + " (" + localeName + ")");
100 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 Dalphaindextst.cpp350 const char *localeName = KEY_LOCALES[i]; local
351 if (localeName[0] == 0) {
354 // std::cout << localeName << " ";
355 Locale loc = Locale::createFromName(localeName);
377 assertEquals("bucket label vs. immutable: locale=" + UnicodeString(localeName) +
H A Dtsmthred.cpp738 const char *localeName = NULL;
742 localeName = loc.getName();
743 // localeName = "en";
747 res = ures_open(NULL, localeName, &status);
H A Dtztest.cpp2108 const char *localeName; member in struct:__anon6952
2165 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName);
2182 zoneDisplayTestData[testNum].localeName,
2194 zoneDisplayTestData[testNum].localeName,
H A Dnumfmtst.cpp1942 const char *localeName = badLocales[i]; local
1943 Locale locBad(localeName);
3008 const char *localeName; member in struct:__anon6929
3036 for (item = DATA; item->localeName != NULL; item++) {
3038 Locale loc = Locale::createFromName(item->localeName);
3042 dataerrln("FAIL: getInstance(%s) - %s", item->localeName, u_errorName(ec));
H A Dregcoll.cpp941 UnicodeString msg, localeName; local
H A Drbbitst.cpp1099 UnicodeString localeName = localeMatcher.group(1, status); local
1101 localeName.extract(0, localeName.length(), localeName8, sizeof(localeName8), 0);
/external/icu4c/i18n/unicode/
H A Dplurrule.h379 void getNextLocale(const UnicodeString& localeData, int32_t* curIndex, UnicodeString& localeName);
H A Dtmutfmt.h240 void searchInLocaleChain(UTimeUnitFormatStyle 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.cpp1870 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
1876 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) {
1877 size_t localeCapacity = uprv_min(sizeof(localeBuf), (name-localeName)+1);
1878 uprv_strncpy(localeBuf, localeName, localeCapacity);
1934 const char *localeName = NULL;
1937 localeName = uprv_getPOSIXIDForDefaultCodepage();
1950 if (uprv_strcmp(localeName, "en_US_POSIX") != 0) {
1951 codeset = remapPlatformDependentCodepage(localeName, codeset);
1970 name = getCodepageFromPOSIXID(localeName, codesetNam
[all...]
/external/icu4c/i18n/
H A Dtmutfmt.cpp595 const char* localeName = fLocale.getName(); local
598 searchInLocaleChain(style, key, localeName,
621 TimeUnitFormat::searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName, argument
632 uprv_strcpy(parentLocale, localeName);
692 uprv_strcpy(pLocale, localeName);
752 searchInLocaleChain(style, key, localeName, srcTimeUnitField, srcPluralCount,
H A Dplurrule.cpp461 PluralRules::getNextLocale(const UnicodeString& localeData, int32_t* curIndex, UnicodeString& localeName) { argument
464 localeName.remove();
476 localeName+=localeData.charAt(i++);
H A Drbnf.cpp980 UnicodeString localeName(localeParam.getBaseName(), -1, UnicodeString::kInvariant);
981 int32_t len = localeName.length();
982 UChar* localeStr = localeName.getBuffer(len + 1);
/external/icu4c/test/cintltst/
H A Dcldrtest.c449 const char *localeName)
455 expectedLCID = uloc_getLCID(localeName);
458 localeName);
469 if(strcmp(localeName, lcidStringC) != 0) {
472 uloc_getLanguage(localeName, langName, sizeof(langName), &status);
477 localeName, lcidStringC, expectedLCID);
481 localeName, expectedLCID, lcidStringC);
448 testLCID(UResourceBundle *currentBundle, const char *localeName) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 431 milliseconds