Searched refs:localeName (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/platform/win/ |
D | Language.cpp | 41 String localeName = String::createUninitialized(localeChars, localeNameBuf); in localeInfo() local 45 if (localeName.isEmpty()) in localeInfo() 48 return localeName; in localeInfo()
|
/external/icu4c/test/intltest/ |
D | tsdate.cpp | 67 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()
|
D | tsnmfmt.cpp | 74 …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()
|
D | dadrcoll.cpp | 181 char localeName[256]; in processTest() local 182 testSetting.extract(0, testSetting.length(), localeName, ""); in processTest() 183 col = Collator::createInstance(localeName, status); in processTest()
|
D | tsnmfmt.h | 52 void testLocale(/* char *par, */const Locale& locale, const UnicodeString& localeName);
|
D | tsmthred.cpp | 928 const char *localeName = NULL; in run() 932 localeName = loc.getName(); in run() 937 res = ures_open(NULL, localeName, &status); in run()
|
D | regcoll.cpp | 937 UnicodeString msg, localeName; in Test4141640() local
|
D | rbbitst.cpp | 1546 UnicodeString localeName = localeMatcher.group(1, status); in TestExtended() local 1548 localeName.extract(0, localeName.length(), localeName8, sizeof(localeName8), 0); in TestExtended()
|
/external/icu4c/common/ |
D | putil.c | 1458 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()
|
D | resbund.cpp | 376 const char *localeName = ures_getLocale(fResource, &status); in getLocale() local 377 Locale *tLocale = new Locale(localeName); in getLocale()
|
/external/icu4c/test/cintltst/ |
D | cldrtest.c | 416 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/ |
D | rbnf.cpp | 942 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()
|