HomeSort by relevance Sort by last modified time
    Searched refs:localeStr (Results 1 - 9 of 9) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLComparator.java 127 private String localeStr;
226 localeStr = goldFileName.substring(goldFileName.lastIndexOf(File.separatorChar) + 1,
229 String fileName = destFolder + File.separator + localeStr + ".html";
255 printHTML(writer, localeStr);
257 ULocale ourLocale = new ULocale(localeStr);
259 + ourLocale.getDisplayCountry() + "_" + localeStr + ".idx";
264 localeStr +
266 indexwriter.println(" <td><a href=\"" + localeStr + ".html" + "\">" +
272 indexwriter.println(" <td>" + LDMLUtilities.getCVSLink(localeStr, ourCvsVersion)
382 int index = localeStr.indexOf("_")
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.cpp 118 CharString localeStr;
119 localeStr.appendInvariantChars(str, status);
120 *static_cast<Locale *>(localePtr) = Locale(localeStr.data());
dtfmttst.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 203 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
204 if (rootStr && localeStr && U_SUCCESS(errorCode)) {
205 if (u_strcmp(rootStr, localeStr) != 0) {
233 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
252 if (localeStr[0] == (UChar)0x20) {
259 else if ((localeStr[localeStrLen - 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) {
270 const UChar *localeStrItr = localeStr;
314 && u_charDigitValue(localeStr[0]) != 0)
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 1065 UChar* localeStr = localeName.getBuffer(len + 1);
1067 localeStr[len] = 0;
1068 int32_t ix = localizations->indexForLocale(localeStr);
1075 do { --len;} while (len > 0 && localeStr[len] != 0x005f); // underscore
1076 while (len > 0 && localeStr[len-1] == 0x005F) --len;
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java     [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
xwork-core-2.2.1.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 

Completed in 1004 milliseconds