Home
last modified time | relevance | path

Searched refs:localeName (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/win/
DLanguage.cpp41 String localeName = String::createUninitialized(localeChars, localeNameBuf); in localeInfo() local
45 if (localeName.isEmpty()) in localeInfo()
48 return localeName; in localeInfo()
/external/icu4c/test/intltest/
Dtsdate.cpp67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName) in testLocale() argument
80 fTestName = (UnicodeString) "Time test " + (int32_t) timeStyle + " (" + localeName + ")"; in testLocale()
91 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")"; in testLocale()
104 …ring) "DateTime test " + (int32_t) dateStyle + "/" + (int32_t) timeStyle + " (" + localeName + ")"; in testLocale()
Dtsnmfmt.cpp74 …TestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) in testLocale() argument
80 logln((UnicodeString)name + " (" + localeName + ")"); in testLocale()
86 logln((UnicodeString)name + " (" + localeName + ")"); in testLocale()
92 logln((UnicodeString)name + " (" + localeName + ")"); in testLocale()
Ddadrcoll.cpp181 char localeName[256]; in processTest() local
182 testSetting.extract(0, testSetting.length(), localeName, ""); in processTest()
183 col = Collator::createInstance(localeName, status); in processTest()
Dtsnmfmt.h52 void testLocale(/* char *par, */const Locale& locale, const UnicodeString& localeName);
Dtsmthred.cpp928 const char *localeName = NULL; in run()
932 localeName = loc.getName(); in run()
937 res = ures_open(NULL, localeName, &status); in run()
Dregcoll.cpp937 UnicodeString msg, localeName; in Test4141640() local
Drbbitst.cpp1546 UnicodeString localeName = localeMatcher.group(1, status); in TestExtended() local
1548 localeName.extract(0, localeName.length(), localeName8, sizeof(localeName8), 0); in TestExtended()
/external/icu4c/common/
Dputil.c1458 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) in getCodepageFromPOSIXID() argument
1464 if (localeName != NULL && (name = (uprv_strchr(localeName, '.'))) != NULL) { in getCodepageFromPOSIXID()
1465 size_t localeCapacity = uprv_min(sizeof(localeBuf), (name-localeName)+1); in getCodepageFromPOSIXID()
1466 uprv_strncpy(localeBuf, localeName, localeCapacity); in getCodepageFromPOSIXID()
1519 const char *localeName = NULL; in int_getDefaultCodepage()
1527 localeName = uprv_getPOSIXID(); in int_getDefaultCodepage()
1528 name = getCodepageFromPOSIXID(localeName, codesetName, sizeof(codesetName)); in int_getDefaultCodepage()
Dresbund.cpp376 const char *localeName = ures_getLocale(fResource, &status); in getLocale() local
377 Locale *tLocale = new Locale(localeName); in getLocale()
/external/icu4c/test/cintltst/
Dcldrtest.c416 const char *localeName) in testLCID() argument
422 expectedLCID = uloc_getLCID(localeName); in testLCID()
425 localeName); in testLCID()
436 if(strcmp(localeName, lcidStringC) != 0) { in testLCID()
439 uloc_getLanguage(localeName, langName, sizeof(langName), &status); in testLCID()
444 localeName, lcidStringC, expectedLCID); in testLCID()
448 localeName, expectedLCID, lcidStringC); in testLCID()
/external/icu4c/i18n/
Drbnf.cpp942 UnicodeString localeName(localeParam.getBaseName(), -1, UnicodeString::kInvariant); in getRuleSetDisplayName() local
943 int32_t len = localeName.length(); in getRuleSetDisplayName()
944 UChar* localeStr = localeName.getBuffer(len + 1); in getRuleSetDisplayName()