HomeSort by relevance Sort by last modified time
    Searched refs:ACTUAL_LOCALE (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/text/
UFormat.java 49 * android.icu.util.ULocale#ACTUAL_LOCALE}.
54 * @see android.icu.util.ULocale#ACTUAL_LOCALE
58 return type == ULocale.ACTUAL_LOCALE ?
76 * @see android.icu.util.ULocale#ACTUAL_LOCALE
CurrencyFormat.java 119 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
BreakIterator.java     [all...]
DecimalFormatSymbols.java     [all...]
NumberFormat.java     [all...]
DateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UFormat.java 51 * com.ibm.icu.util.ULocale#ACTUAL_LOCALE}.
56 * @see com.ibm.icu.util.ULocale#ACTUAL_LOCALE
61 return type == ULocale.ACTUAL_LOCALE ?
79 * @see com.ibm.icu.util.ULocale#ACTUAL_LOCALE
CurrencyFormat.java 118 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
BreakIterator.java     [all...]
DecimalFormatSymbols.java     [all...]
NumberFormat.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RBNFParseTest.java 107 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
IntlTestDateFormat.java 161 errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocale.ACTUAL_LOCALE));
NumberRegression.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RBNFParseTest.java 111 assertEquals(rbnf.getLocale(ULocale.ACTUAL_LOCALE) + ": " + s + " : " + n, target, t);
IntlTestDateFormat.java 165 errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocale.ACTUAL_LOCALE));
NumberRegression.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 158 ULocale.ACTUAL_LOCALE });
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 154 ULocale.ACTUAL_LOCALE });
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java 213 logln("fmt's locale = " + fmt.getLocale(ULocale.ACTUAL_LOCALE));
ChineseTest.java 668 ULocale uloInd = dfsDate.getLocale(ULocale.ACTUAL_LOCALE);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 209 logln("fmt's locale = " + fmt.getLocale(ULocale.ACTUAL_LOCALE));
ChineseTest.java 664 ULocale uloInd = dfsDate.getLocale(ULocale.ACTUAL_LOCALE);
    [all...]

Completed in 405 milliseconds

1 2 3