HomeSort by relevance Sort by last modified time
    Searched full:locale (Results 201 - 225 of 2270) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/test/intltest/
restsnew.cpp 89 Locale *locale; member in struct:__anon4086
153 Don't use more than one of these at a time because of the Locale names
159 if (param[5].locale == NULL) {
160 param[0].locale = new Locale("root");
161 param[1].locale = new Locale("te");
162 param[2].locale = new Locale("te", "IN")
312 Locale *locale=new Locale("te_IN"); local
446 Locale *locale=new Locale("te_IN"); local
    [all...]
incaltst.h 41 void quasiGregorianTest(Calendar& cal, const Locale& gregoLocale, const int32_t *data);
42 void simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status);
  /external/chromium/third_party/icu/source/common/
locbased.cpp 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
18 return Locale((id != 0) ? id : "");
  /external/chromium/third_party/icu/source/i18n/
tolowtrn.h 23 * A transliterator that performs locale-sensitive toLower()
33 * @param loc the given locale.
toupptrn.h 23 * A transliterator that performs locale-sensitive toUpper()
33 * @param loc the given locale.
  /external/chromium/third_party/icu/source/test/cintltst/
cdetst.h 15 * CollationGERMANTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cestst.h 15 * CollationSpanishTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cfintst.h 15 * CollationFinnishTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cfrtst.h 15 * CollationFrenchTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cjaptst.h 18 * CollationKannaTest(JAPAN) is a third level test class. This tests the locale
20 * character '-' in string "black-bird". The en_US locale uses the default
cturtst.h 15 * CollationTurkishTest(JAPAN) is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
encoll.h 15 * CollationEnglishTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
  /external/chromium/third_party/icu/source/test/intltest/
incaltst.h 41 void quasiGregorianTest(Calendar& cal, const Locale& gregoLocale, const int32_t *data);
42 void simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status);
  /external/icu4c/common/
locbased.cpp 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
18 return Locale((id != 0) ? id : "");
  /external/icu4c/i18n/
tolowtrn.h 23 * A transliterator that performs locale-sensitive toLower()
33 * @param loc the given locale.
toupptrn.h 23 * A transliterator that performs locale-sensitive toUpper()
33 * @param loc the given locale.
  /external/icu4c/test/cintltst/
cdetst.h 15 * CollationGERMANTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cestst.h 15 * CollationSpanishTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cfintst.h 15 * CollationFinnishTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cfrtst.h 15 * CollationFrenchTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
cjaptst.h 18 * CollationKannaTest(JAPAN) is a third level test class. This tests the locale
20 * character '-' in string "black-bird". The en_US locale uses the default
cturtst.h 15 * CollationTurkishTest(JAPAN) is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
encoll.h 15 * CollationEnglishTest is a third level test class. This tests the locale
17 * character '-' in string "black-bird". The en_US locale uses the default
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserBigramTests.java 21 import java.util.Locale;
52 * Test loading correct (locale) bigrams
59 sh.changeUserBigramLocale(getTestContext(), Locale.FRANCE);
61 assertTrue(sh.isUserBigramSuggestion("locale", 'f', "france"));
65 sh.changeUserBigramLocale(getTestContext(), Locale.US);
66 assertFalse(sh.isUserBigramSuggestion("locale", 'f', "france"));
87 sh.changeUserBigramLocale(getTestContext(), Locale.US);
93 final String[] pair3 = new String[] {"locale", "france"};
  /external/chromium/third_party/icu/public/i18n/unicode/
dcfmtsym.h 46 * DecimalFormatSymbols from its locale data. If you need to change any
144 * Create a DecimalFormatSymbols object for the given locale.
146 * @param locale The locale to get symbols for.
151 DecimalFormatSymbols(const Locale& locale, UErrorCode& status);
154 * Create a DecimalFormatSymbols object for the default locale.
224 * Returns the locale for which this object was constructed.
227 inline Locale getLocale() const;
230 * Returns the locale for this object. Two flavors are available
358 Locale locale; member in class:DecimalFormatSymbols
    [all...]

Completed in 362 milliseconds

1 2 3 4 5 6 7 891011>>