| /third_party/pcre2/pcre2/maint/ |
| D | ucptest.c | 126 #define US (unsigned char *) macro 135 US"Cc", US"Control", 136 US"Cf", US"Format", 137 US"Cn", US"Unassigned", 138 US"Co", US"Private use", 139 US"Cs", US"Surrogate", 140 US"Ll", US"Lower case letter", 141 US"Lm", US"Modifier letter", 142 US"Lo", US"Other letter", 143 US"Lt", US"Title case letter", [all …]
|
| /third_party/cef/tests/cefclient/resources/ |
| D | response_filter.html | 8 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 9 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 10 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 11 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 12 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 13 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 14 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 15 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 16 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… 17 … hope, it was the winter of despair, we had everything before us, we had nothing before us, we wer… [all …]
|
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| D | TestCharset.java | 57 CharBuffer us = CharBuffer.allocate(0xFF*2); in TestUTF16Converter() local 78 us.put(lead); in TestUTF16Converter() 79 us.put(trail); in TestUTF16Converter() 103 us.put((char)c); in TestUTF16Converter() 108 us.limit(us.position()); in TestUTF16Converter() 109 us.position(0); in TestUTF16Converter() 110 if(us.length()==0){ in TestUTF16Converter() 122 smBufDecode(d1, "UTF-16", bs1, us); in TestUTF16Converter() 123 smBufEncode(e1, "UTF-16", us, newBS); in TestUTF16Converter() 132 smBufDecode(d2, "UTF16-LE", bs2, us); in TestUTF16Converter() [all …]
|
| /third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | ShortNumberInfoTest.java | 65 shortInfo.isCarrierSpecificForRegion(parse("33669", RegionCode.US), RegionCode.US)); in testIsCarrierSpecific() 71 shortInfo.isCarrierSpecificForRegion(parse("911", RegionCode.US), RegionCode.US)); in testIsCarrierSpecific() 77 shortInfo.isCarrierSpecificForRegion(carrierSpecificNumberForSomeRegion, RegionCode.US)); in testIsCarrierSpecific() 85 assertTrue(shortInfo.isSmsServiceForRegion(smsServiceNumberForSomeRegion, RegionCode.US)); in testIsSmsService() 137 shortInfo.getExpectedCostForRegion(parse("911", RegionCode.US), RegionCode.ZZ)); in testGetExpectedCost() 205 assertTrue(shortInfo.connectsToEmergencyNumber("911", RegionCode.US)); in testConnectsToEmergencyNumber_US() 206 assertTrue(shortInfo.connectsToEmergencyNumber("112", RegionCode.US)); in testConnectsToEmergencyNumber_US() 207 assertFalse(shortInfo.connectsToEmergencyNumber("999", RegionCode.US)); in testConnectsToEmergencyNumber_US() 211 assertTrue(shortInfo.connectsToEmergencyNumber("9116666666", RegionCode.US)); in testConnectsToEmergencyNumberLongNumber_US() 212 assertTrue(shortInfo.connectsToEmergencyNumber("1126666666", RegionCode.US)); in testConnectsToEmergencyNumberLongNumber_US() [all …]
|
| D | PhoneNumberMatcherTest.java | 92 // Try again, but this time we have an international number with Region Code US. It should in testFindNationalNumber() 94 doTestFindInContext("01164 3 331 6005", RegionCode.US); in testFindNationalNumber() 95 doTestFindInContext("+64 3 331 6005", RegionCode.US); in testFindNationalNumber() 101 doTestFindInContext("123-456-7890", RegionCode.US); in testFindNationalNumber() 107 doTestFindInContext("1-650-333-6000", RegionCode.US); in testFindWithInternationalPrefixes() 108 // Calling the US number from Singapore by using different service providers in testFindWithInternationalPrefixes() 115 // Calling the US number from Poland in testFindWithInternationalPrefixes() 164 doTestFindInContext("011xx5481429712", RegionCode.US); in testFindWithXInNumber() 196 doTestFindInContext("(1800) 7493.524", RegionCode.US); in testFindExtensions() 209 doTestFindInContext("(800) 901-3355 x 7246433", RegionCode.US); in testFindExtensions() [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| D | BreakIteratorRegTest.java | 30 BreakIterator uwbi = BreakIterator.getWordInstance(Locale.US); in TestRegUnreg() 31 BreakIterator usbi = BreakIterator.getSentenceInstance(Locale.US); in TestRegUnreg() 43 Object key1 = BreakIterator.registerInstance(sbi, Locale.US, BreakIterator.KIND_WORD); in TestRegUnreg() 44 …Object key2 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), Locale.US, BreakIterator… in TestRegUnreg() 48 BreakIterator test1 = BreakIterator.getWordInstance(Locale.US); in TestRegUnreg() 49 BreakIterator test2 = BreakIterator.getSentenceInstance(Locale.US); in TestRegUnreg() 54 assertEqual(test1, twbi, "us word == thai word"); in TestRegUnreg() 55 assertEqual(test2, usbi, "us sentence == us sentence"); in TestRegUnreg() 62 assertTrue(BreakIterator.unregister(key2), "unregister us word (thai word)"); in TestRegUnreg() 75 CharacterIterator sci = BreakIterator.getWordInstance(Locale.US).getText(); in TestRegUnreg() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| D | BreakIteratorRegTest.java | 33 BreakIterator uwbi = BreakIterator.getWordInstance(Locale.US); in TestRegUnreg() 34 BreakIterator usbi = BreakIterator.getSentenceInstance(Locale.US); in TestRegUnreg() 46 Object key1 = BreakIterator.registerInstance(sbi, Locale.US, BreakIterator.KIND_WORD); in TestRegUnreg() 47 …Object key2 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), Locale.US, BreakIterator… in TestRegUnreg() 51 BreakIterator test1 = BreakIterator.getWordInstance(Locale.US); in TestRegUnreg() 52 BreakIterator test2 = BreakIterator.getSentenceInstance(Locale.US); in TestRegUnreg() 57 assertEqual(test1, twbi, "us word == thai word"); in TestRegUnreg() 58 assertEqual(test2, usbi, "us sentence == us sentence"); in TestRegUnreg() 65 assertTrue(BreakIterator.unregister(key2), "unregister us word (thai word)"); in TestRegUnreg() 78 CharacterIterator sci = BreakIterator.getWordInstance(Locale.US).getText(); in TestRegUnreg() [all …]
|
| /third_party/zlib/contrib/minizip/ |
| D | unzip.c | 33 (Prior to January 2000, re-export from the US was a violation of US law.) 588 unz64_s us; in unzOpenInternal() local 606 us.z_filefunc.zseek32_file = NULL; in unzOpenInternal() 607 us.z_filefunc.ztell32_file = NULL; in unzOpenInternal() 609 fill_fopen64_filefunc(&us.z_filefunc.zfile_func64); in unzOpenInternal() 611 us.z_filefunc = *pzlib_filefunc64_32_def; in unzOpenInternal() 612 us.is64bitOpenFunction = is64bitOpenFunction; in unzOpenInternal() 616 us.filestream = ZOPEN64(us.z_filefunc, in unzOpenInternal() 620 if (us.filestream==NULL) in unzOpenInternal() 623 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); in unzOpenInternal() [all …]
|
| /third_party/libphonenumber/javascript/i18n/phonenumbers/ |
| D | shortnumberinfo_test.js | 95 phoneUtil.parse('33669', RegionCode.US), RegionCode.US)); 102 phoneUtil.parse('911', RegionCode.US), RegionCode.US)); 109 carrierSpecificNumberForSomeRegion, RegionCode.US)); 119 smsServiceNumberForSomeRegion, RegionCode.US)); 198 phoneUtil.parse('911', RegionCode.US), RegionCode.ZZ)); 293 assertTrue(shortInfo.connectsToEmergencyNumber('911', RegionCode.US)); 294 assertTrue(shortInfo.connectsToEmergencyNumber('112', RegionCode.US)); 295 assertFalse(shortInfo.connectsToEmergencyNumber('999', RegionCode.US)); 299 assertTrue(shortInfo.connectsToEmergencyNumber('9116666666', RegionCode.US)); 300 assertTrue(shortInfo.connectsToEmergencyNumber('1126666666', RegionCode.US)); [all …]
|
| /third_party/skia/third_party/externals/icu/source/data/unit/ |
| D | en_001.txt | 75 dnam{"miles per US gallon"} 76 one{"{0} mile per US gallon"} 77 other{"{0} miles per US gallon"} 246 dnam{"US dessertspoon"} 247 one{"{0} US dessertspoon"} 248 other{"{0} US dessertspoons"} 262 dnam{"US fluid ounces"} 263 one{"{0} US fluid ounce"} 264 other{"{0} US fluid ounces"} 267 dnam{"US gallons"} [all …]
|
| /third_party/icu/icu4c/source/data/unit/ |
| D | en_001.txt | 75 dnam{"miles per US gallon"} 76 one{"{0} mile per US gallon"} 77 other{"{0} miles per US gallon"} 246 dnam{"US dessertspoon"} 247 one{"{0} US dessertspoon"} 248 other{"{0} US dessertspoons"} 262 dnam{"US fluid ounces"} 263 one{"{0} US fluid ounce"} 264 other{"{0} US fluid ounces"} 267 dnam{"US gallons"} [all …]
|
| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| D | shortnumberinfo_test.cc | 105 ParseNumberForTesting("33669", RegionCode::US()), RegionCode::US())); in TEST_F() 112 ParseNumberForTesting("911", RegionCode::US()), RegionCode::US())); in TEST_F() 120 carrier_specific_number_for_some_region, RegionCode::US())); in TEST_F() 130 sms_service_number_for_some_region, RegionCode::US())); in TEST_F() 208 ParseNumberForTesting("911", RegionCode::US()), RegionCode::ZZ())); in TEST_F() 309 EXPECT_TRUE(short_info_.ConnectsToEmergencyNumber("911", RegionCode::US())); in TEST_F() 310 EXPECT_TRUE(short_info_.ConnectsToEmergencyNumber("112", RegionCode::US())); in TEST_F() 311 EXPECT_FALSE(short_info_.ConnectsToEmergencyNumber("999", RegionCode::US())); in TEST_F() 316 RegionCode::US())); in TEST_F() 318 RegionCode::US())); in TEST_F() [all …]
|
| D | phonenumbermatcher_test.cc | 75 RegionCode::US(), in PhoneNumberMatcherTest() 215 const string& region = RegionCode::US(); in FindMatchesInContexts() 404 // US. It should recognize the country code and parse accordingly. in TEST_F() 405 DoTestFindInContext("01164 3 331 6005", RegionCode::US()); in TEST_F() 406 DoTestFindInContext("+64 3 331 6005", RegionCode::US()); in TEST_F() 412 DoTestFindInContext("123-456-7890", RegionCode::US()); in TEST_F() 418 DoTestFindInContext("1-650-333-6000", RegionCode::US()); in TEST_F() 419 // Calling the US number from Singapore by using different service providers in TEST_F() 426 // Calling the US number from Poland in TEST_F() 482 DoTestFindInContext("011xx5481429712", RegionCode::US()); in TEST_F() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | StringTokenizerTest.java | 559 UnicodeSet us = new UnicodeSet(); in Test_GeneratePattern() local 562 us._generatePattern(sb, true); in Test_GeneratePattern() 563 us._generatePattern(sb, false); in Test_GeneratePattern() 564 us._generatePattern(sb.append(1), true); in Test_GeneratePattern() 565 us._generatePattern(sb.append(1.0), true); in Test_GeneratePattern() 566 us._generatePattern(sb.reverse(), true); in Test_GeneratePattern() 572 us._generatePattern(null, true); in Test_GeneratePattern() 584 UnicodeSet us = new UnicodeSet(0,100000); // Create a large Unicode set in TestMatches() local 585 us.add("dummy"); in TestMatches() 590 if(us.matches(null, offset, limit, true) != UnicodeSet.U_PARTIAL_MATCH){ in TestMatches() [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | StringTokenizerTest.java | 556 UnicodeSet us = new UnicodeSet(); in Test_GeneratePattern() local 559 us._generatePattern(sb, true); in Test_GeneratePattern() 560 us._generatePattern(sb, false); in Test_GeneratePattern() 561 us._generatePattern(sb.append(1), true); in Test_GeneratePattern() 562 us._generatePattern(sb.append(1.0), true); in Test_GeneratePattern() 563 us._generatePattern(sb.reverse(), true); in Test_GeneratePattern() 569 us._generatePattern(null, true); in Test_GeneratePattern() 581 UnicodeSet us = new UnicodeSet(0,100000); // Create a large Unicode set in TestMatches() local 582 us.add("dummy"); in TestMatches() 587 if(us.matches(null, offset, limit, true) != UnicodeSet.U_PARTIAL_MATCH){ in TestMatches() [all …]
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/ |
| D | CommentsSchemaTest.java | 44 private static final PhoneRegion REGION_US = PhoneRegion.of("US"); 60 "US ; XML_FIXED_LINE ; \"Hello World\"") in testSimple_export() 69 "US ; XML_FIXED_LINE ; \"Hello World\"")) in testSimple_import() 81 "US ; XML_FIXED_LINE ; \"\\tHello\\nWorld\\\\\"") in testEscapedText_export() 90 "US ; XML_FIXED_LINE ; \"\\tHello\\nWorld\\\\\"")) in testEscapedText_import() 109 "US ; SC ; \"Shortcode Comment\"", in testOrdering_export() 110 "US ; XML ; \"Top Level Comment\"", in testOrdering_export() 111 "US ; XML_FIXED_LINE ; \"First\"", in testOrdering_export() 112 "US ; XML_FIXED_LINE ; \"Second\"", in testOrdering_export() 113 "US ; XML_FIXED_LINE ; \"Third\"", in testOrdering_export() [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | BigNumberFormatTest.java | 35 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestExponent() local 36 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() 37 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); in TestExponent() 51 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestSecondaryGrouping() local 52 DecimalFormat f = new DecimalFormat("#,##,###", US); in TestSecondaryGrouping() 100 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestPatterns() local 101 DecimalFormat fmt = new DecimalFormat("#", US); in TestPatterns() 167 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestAlphaBigDecimal() local 169 expect(NumberFormat.getScientificInstance(Locale.US), in TestAlphaBigDecimal() 173 expect(new DecimalFormat("##0.####E0", US), in TestAlphaBigDecimal() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | BigNumberFormatTest.java | 38 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestExponent() local 39 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); in TestExponent() 40 DecimalFormat fmt2 = new DecimalFormat("0.###E+0", US); in TestExponent() 54 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestSecondaryGrouping() local 55 DecimalFormat f = new DecimalFormat("#,##,###", US); in TestSecondaryGrouping() 103 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestPatterns() local 104 DecimalFormat fmt = new DecimalFormat("#", US); in TestPatterns() 170 DecimalFormatSymbols US = new DecimalFormatSymbols(Locale.US); in TestAlphaBigDecimal() local 172 expect(NumberFormat.getScientificInstance(Locale.US), in TestAlphaBigDecimal() 176 expect(new DecimalFormat("##0.####E0", US), in TestAlphaBigDecimal() [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
| D | numberformattestspecification.txt | 1076 US Dollars 53.45 53.45 USD 1077 53.45 US Dollars 53.45 USD 1078 US Dollar 53.45 53.45 USD 1079 53.45 US Dollar 53.45 USD 1080 US Dollars53.45 53.45 USD 1081 53.45US Dollars 53.45 USD 1082 US Dollar53.45 53.45 USD 1083 US Dollat53.45 fail USD 1084 53.45US Dollar 53.45 USD 1085 US Dollars (53.45) -53.45 USD [all …]
|
| /third_party/icu/icu4c/source/test/testdata/ |
| D | numberformattestspecification.txt | 1076 US Dollars 53.45 53.45 USD 1077 53.45 US Dollars 53.45 USD 1078 US Dollar 53.45 53.45 USD 1079 53.45 US Dollar 53.45 USD 1080 US Dollars53.45 53.45 USD 1081 53.45US Dollars 53.45 USD 1082 US Dollar53.45 53.45 USD 1083 US Dollat53.45 fail USD 1084 53.45US Dollar 53.45 USD 1085 US Dollars (53.45) -53.45 USD [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
| D | numberformattestspecification.txt | 1076 US Dollars 53.45 53.45 USD 1077 53.45 US Dollars 53.45 USD 1078 US Dollar 53.45 53.45 USD 1079 53.45 US Dollar 53.45 USD 1080 US Dollars53.45 53.45 USD 1081 53.45US Dollars 53.45 USD 1082 US Dollar53.45 53.45 USD 1083 US Dollat53.45 fail USD 1084 53.45US Dollar 53.45 USD 1085 US Dollars (53.45) -53.45 USD [all …]
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
| D | ColumnGroupTest.java | 34 Column<Boolean> us = group.getColumnFromId("US"); in testGroupColumns() local 35 assertThat(us.getName()).isEqualTo("Region:US"); in testGroupColumns() 36 assertThat(us.type()).isEqualTo(Boolean.class); in testGroupColumns() 42 assertThrows(IllegalArgumentException.class, () -> group.getColumnFromId("Region:US")); in testGroupColumns() 51 Column<Boolean> us = group.getColumnFromId("US"); in testExtractGroupColumns() local 55 assertThat(group.extractGroupColumns(ImmutableSet.of(first, us, prototype, ca, last))) in testExtractGroupColumns() 56 .containsExactly(PhoneRegion.of("US"), us, PhoneRegion.of("CA"), ca).inOrder(); in testExtractGroupColumns()
|
| /third_party/ltp/testcases/realtime/profiles/ |
| D | default | 20 # than threshold (us). 21 # Default threshold=100 us 24 # Pass if maximum lock time is less than threshold (us). 25 # Default threshold=200 us 28 # Pass if maximum latency is less than criterium (us). 29 # Default=20 us 36 # Pass if all delay are less than maxduration (us). 37 # Default maxduration=100 us 49 # Pass if maximum timer latency is less than criterium (us). 50 # Default latency=10 us
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| D | vn | 1 …EC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Ge… 221 …US style='font-size:16.0pt;color:black'>Call-in Details<o:p></o:p></span></b></p><p class=MsoPlain…
|
| /third_party/EGL/sdk/docs/man/html/ |
| D | vn | 1 …EC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Ge… 221 …US style='font-size:16.0pt;color:black'>Call-in Details<o:p></o:p></span></b></p><p class=MsoPlain…
|