Searched defs:US (Results 1 – 4 of 4) sorted by relevance
1027 decodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase(Locale.US)); in decodingSupported.add()1033 encodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase(Locale.US)); in encodingSupported.add()1042 charsetMap.put(c.canonical.toLowerCase(Locale.US), c); in c.canonical.toLowerCase()1044 charsetMap.put(c.mime.toLowerCase(Locale.US), c); in c.mime.toLowerCase()1048 charsetMap.put(c.aliases[j].toLowerCase(Locale.US), c); in charsetMap.put() argument
73 CountryTimeZones US = mock(CountryTimeZones.class); in testLookupCountryCodesForZoneId() local
38 TestItem US = new TestItem("United States"); in testFilter() local
34 private static final Locale US = Locale.US; field in StringUtilsTests