HomeSort by relevance Sort by last modified time
    Searched defs:US (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 54 typedef std::chrono::duration<double, std::micro> US;
63 std::cout << US(t1-t0).count() << " microseconds\n";
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 58 class US {
62 US(const UnicodeString &us) {
63 int32_t bufLen = us.extract((int32_t)0, us.length(), (char *)NULL, (uint32_t)0) + 1;
65 us.extract(0, us.length(), buf, bufLen); };
67 ~US() { uprv_free(buf);};
427 // std::cout << " uk " << US(resultKeyword).cstr() << " " << values[j] << std::endl;
431 __FILE__, __LINE__, locales[i].getName(), US(*keyword).cstr(), values[j], values[j], US(resultKeyword).cstr())
    [all...]
svccoll.cpp 36 const Locale& US = Locale::getUS();
37 const Locale US_FOO("en", "US", "FOO");
42 Collator* uscol = Collator::createInstance(US, status);
52 URegistryKey key = Collator::registerInstance(frcol, US, status);
65 if (U_SUCCESS(status) && loc != US_FOO && loc != US) {
70 if (loc != US) {
74 if (loc != US) {
83 ncol = Collator::createInstance(US, status);
510 // can't get pesky operator+(const US&, foo) to cooperate; use toString
  /external/guava/guava/src/com/google/common/base/
Ascii.java 353 * and US is least inclusive. (The content and length of a File, Group,
364 * and US is least inclusive. (The content and length of a File, Group,
375 * and US is least inclusive. (The content and length of a File, Group,
386 * and US is least inclusive. (The content and length of a File, Group,
391 public static final byte US = 31;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 35 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US);
36 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US);
37 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US);
50 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US);
51 DecimalFormat f = new DecimalFormat("#,##,###", US);
98 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US);
99 DecimalFormat fmt = new DecimalFormat("#", US);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 31 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US);
32 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US);
33 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US);
46 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US);
47 DecimalFormat f = new DecimalFormat("#,##,###", US);
94 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US);
95 DecimalFormat fmt = new DecimalFormat("#", US);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/util/
Locale.java 35 * The country codes are two-letter uppercase ISO country codes (such as "US") as defined by
47 * exist (such as "de_US" for "German as spoken in the US").
54 * A device sold in the US will almost certainly support en_US and es_US, but not necessarily
88 * there is usually {@code Locale.US}&nbsp;&ndash; this locale is guaranteed to be available on all
222 public static final Locale US = new Locale(true, "en", "US");
225 // * The current default locale. It is temporarily assigned to US because we
228 private static Locale defaultLocale = US;
232 // String region = System.getProperty("user.region", "US");
244 * Locale.US. Work around this by avoiding these methods when constructin
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 56 static final String US = "US";
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 363 NewSense &US = I.second;
365 if (!hasValidNewValueDef(US, NewDefs[R])) {
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 52 cachedZoneStrings.get(Locale.US);
LocaleData.java 41 get(Locale.US);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
StringUtilsTests.java 26 private static final Locale US = Locale.US;
38 assert_toTitleCaseOfKeyLabel(US, null, null);
39 assert_toTitleCaseOfKeyLabel(US, "", "");
40 assert_toTitleCaseOfKeyLabel(US, "aeiou", "AEIOU");
55 assert_toTitleCaseOfKeyLabel(US,
120 assert_toTitleCaseOfKeyCode(US, Constants.CODE_ENTER, Constants.CODE_ENTER);
121 assert_toTitleCaseOfKeyCode(US, Constants.CODE_SPACE, Constants.CODE_SPACE);
122 assert_toTitleCaseOfKeyCode(US, Constants.CODE_COMMA, Constants.CODE_COMMA);
127 assert_toTitleCaseOfKeyCode(US, 0x0069, 0x0049); // i ->
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 36 US = 0x1f # ^_
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 36 US = 0x1f # ^_
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 36 US = 0x1f # ^_
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 36 US = 0x1f # ^_
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java 318 public static final MeasurementSystem US = new MeasurementSystem(1);
345 if(MeasurementSystem.US.equals(system)){
346 return MeasurementSystem.US;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 338 public static final MeasurementSystem US = new MeasurementSystem(1);
367 if(MeasurementSystem.US.equals(system)){
368 return MeasurementSystem.US;
  /cts/tests/tests/os/src/android/os/cts/
LocaleListTest.java 45 final LocaleList ll = new LocaleList(Locale.US);
49 assertEquals(Locale.US, ll.get(0));
55 final Locale[] la = {enPH, Locale.US};
61 assertEquals(Locale.US, ll.get(1));
81 final Locale[] la = {Locale.US, null};
92 final Locale[] la = {Locale.US, Locale.US};
104 assertEquals(-1, empty.indexOf(Locale.US));
106 final LocaleList oneMember = new LocaleList(Locale.US);
107 assertEquals(0, oneMember.indexOf(Locale.US));
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 83 static final short US = vr("US");
248 } else if (e.mVR == US) {
  /libcore/ojluni/src/main/java/java/util/
Date.java     [all...]
Locale.java 35 * is protected by multiple US and International patents.
128 * <dd>Example: "US" (United States), "FR" (France), "029"
267 * Locale.US
456 * there is usually {@code Locale.US}&nbsp;&ndash; this locale is guaranteed to be available on all
561 static public final Locale US = createConstant("en", "US");
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 696 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx);
697 if (US == IntA.end() || US->valno != AValNo)
750 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx);
751 assert(US != IntA.end() && "Use must be live");
752 if (US->valno != AValNo)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 72 US = "US"
219 # US Wifi frequencies
387 # US Wifi frequencies
521 4. Set country code to US.
544 ad.adb.shell("halutil -country %s" % WifiEnums.CountryCode.US)
751 """Converts the key file generated by us to the format required by
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 219 public static final ULocale US = new ULocale("en_US", Locale.US);
    [all...]

Completed in 1635 milliseconds

1 2 3 4 5