/external/python/cpython2/Lib/test/ |
D | test_normalization.py | 19 def NFC(str): function 71 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line) 72 self.assertTrue(c4 == NFC(c4) == NFC(c5), line) 91 self.assertTrue(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
|
/external/rust/crates/unicode-normalization/benches/ |
D | bench.rs | 11 const NFC: &'static str = "Introducci\u{00f3}n a Unicode.pdf"; constant 21 b.iter(|| unicode_normalization::is_nfc(NFC)); in bench_is_nfc_normalized() 41 b.iter(|| unicode_normalization::is_nfd(NFC)); in bench_is_nfd_not_normalized() 51 b.iter(|| unicode_normalization::is_nfc_stream_safe(NFC)); in bench_is_nfc_stream_safe_normalized() 71 b.iter(|| unicode_normalization::is_nfd_stream_safe(NFC)); in bench_is_nfd_stream_safe_not_normalized()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerRegressionTests.java | 25 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0)); in TestJB4472() 43 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0)); in TestJB4472() 48 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
|
D | ConformanceTest.java | 36 normalizer = new Normalizer("", Normalizer.NFC, 0); in ConformanceTest() 162 pass &= checkNorm(Normalizer.NFC, options, field[i], field[1], fieldNum); in checkConformance() 175 if(Normalizer.NO == Normalizer.quickCheck(field[1], Normalizer.NFC,options)) { in checkConformance() 192 if(!Normalizer.isNormalized(field[1], Normalizer.NFC, options)) { in checkConformance() 196 … if(!field[0].equals(field[1]) && Normalizer.isNormalized(field[0], Normalizer.NFC, options)) { in checkConformance() 209 … if(!Normalizer.isNormalized(field[1].toCharArray(),0,field[1].length(), Normalizer.NFC,options)) { in checkConformance() 214 if(!Normalizer.isNormalized(UTF16.charAt(field[1],0), Normalizer.NFC,options)) { in checkConformance() 282 if (mode == Normalizer.NFC) { return 2; } in getModeNumber()
|
D | TestDeprecatedNormalizerAPI.java | 36 Normalizer norm = new Normalizer(iter, Normalizer.NFC,0); in TestNormalizerAPI() 40 Normalizer norm2 = new Normalizer(s,Normalizer.NFC,0); in TestNormalizerAPI() 60 Normalizer.normalize(s,Normalizer.NFC,0); in TestNormalizerAPI()
|
D | BasicTest.java | 126 staticTest(Normalizer.NFC, hangulCanon, 2); in TestHangulCompose() 131 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestHangulCompose() 139 norm.setMode(Normalizer.NFC); in TestHangulCompose() 188 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestCanonCompose() 189 staticTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose() 191 composeTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose() 220 staticTest(Normalizer.NFC, canon, 2); in TestExplodingBase() 243 staticTest(Normalizer.NFC, compose, 1); in TestTibetan() 277 String c = Normalizer.normalize(b, Normalizer.NFC); in TestCompositionExclusion() 423 Normalizer.NFC,0) !=Normalizer.NO) in TestQuickCheckResultNO() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerRegressionTests.java | 28 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0)); in TestJB4472() 46 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0)); in TestJB4472() 51 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
|
D | ConformanceTest.java | 39 normalizer = new Normalizer("", Normalizer.NFC, 0); in ConformanceTest() 165 pass &= checkNorm(Normalizer.NFC, options, field[i], field[1], fieldNum); in checkConformance() 178 if(Normalizer.NO == Normalizer.quickCheck(field[1], Normalizer.NFC,options)) { in checkConformance() 195 if(!Normalizer.isNormalized(field[1], Normalizer.NFC, options)) { in checkConformance() 199 … if(!field[0].equals(field[1]) && Normalizer.isNormalized(field[0], Normalizer.NFC, options)) { in checkConformance() 212 … if(!Normalizer.isNormalized(field[1].toCharArray(),0,field[1].length(), Normalizer.NFC,options)) { in checkConformance() 217 if(!Normalizer.isNormalized(UTF16.charAt(field[1],0), Normalizer.NFC,options)) { in checkConformance() 285 if (mode == Normalizer.NFC) { return 2; } in getModeNumber()
|
D | TestDeprecatedNormalizerAPI.java | 39 Normalizer norm = new Normalizer(iter, Normalizer.NFC,0); in TestNormalizerAPI() 43 Normalizer norm2 = new Normalizer(s,Normalizer.NFC,0); in TestNormalizerAPI() 63 Normalizer.normalize(s,Normalizer.NFC,0); in TestNormalizerAPI()
|
D | BasicTest.java | 129 staticTest(Normalizer.NFC, hangulCanon, 2); in TestHangulCompose() 134 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestHangulCompose() 142 norm.setMode(Normalizer.NFC); in TestHangulCompose() 191 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestCanonCompose() 192 staticTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose() 194 composeTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose() 223 staticTest(Normalizer.NFC, canon, 2); in TestExplodingBase() 246 staticTest(Normalizer.NFC, compose, 1); in TestTibetan() 280 String c = Normalizer.normalize(b, Normalizer.NFC); in TestCompositionExclusion() 426 Normalizer.NFC,0) !=Normalizer.NO) in TestQuickCheckResultNO() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 69 Following parameter can be used to enable support for NFC config method: 317 WPS with NFC 320 WPS can be used with NFC-based configuration method. An NFC tag 322 authenticate the connection instead of the PIN. In addition, an NFC tag 326 When the station acts as an Enrollee, a local NFC tag with a password 327 token can be used by touching the NFC interface of a Registrar. 330 the Enrollee using the NFC password token that is either pre-configured 334 (build with "make nfc_pw_token") can be used to generate NFC password 339 NFC configuration token when wpa_supplicant is controlling an AP 343 encapsulation to be included). This data needs to be written to an NFC [all …]
|
/external/llvm-project/ |
D | .git-blame-ignore-revs | 26 # Fix more line endings changed in r320089. NFC. 29 # Correct line endings that got mixed up in r320089; NFC. 32 # Remove line-endings added by r320089. NFC. 35 # Cleanup __config indention. NFC.
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PathNormalizationTest.java | 21 import static com.google.common.jimfs.PathNormalization.NFC; 106 normalizations = ImmutableSet.of(NFC); in testNormalizeNfc() 137 normalizations = ImmutableSet.of(NFC, CASE_FOLD_UNICODE); in testNormalizeNfcCaseFold() 168 normalizations = ImmutableSet.of(NFC, CASE_FOLD_ASCII); in testNormalizeNfcCaseFoldAscii() 232 normalizations = ImmutableSet.of(NFC); in testNormalizeNfc_pattern() 252 normalizations = ImmutableSet.of(NFC, CASE_FOLD_UNICODE); in testNormalizeNfcCaseFold_pattern() 278 normalizations = ImmutableSet.of(NFC, CASE_FOLD_ASCII); in testNormalizeNfcCaseFoldAscii_pattern()
|
D | ConfigurationTest.java | 21 import static com.google.common.jimfs.PathNormalization.NFC; 99 assertThat(config.nameDisplayNormalization).containsExactly(NFC); in testDefaultOsXConfiguration() 178 .setNameDisplayNormalization(NFC) in testBuilder() 193 assertThat(config.nameDisplayNormalization).containsExactly(NFC); in testBuilder() 211 .setNameDisplayNormalization(NFC) in testFileSystemForCustomConfiguration() 296 assertIllegalNormalizations(NFC, NFC); in testSettingNormalizationWhenNormalizationAlreadySet() 297 assertIllegalNormalizations(NFC, NFD); in testSettingNormalizationWhenNormalizationAlreadySet()
|
/external/llvm-project/lld/test/ELF/ |
D | common-archive-lookup.s | 56 # RUN: llvm-readobj --syms %t10 | FileCheck --check-prefix=NFC %s 59 # RUN: llvm-readobj --syms %t11 | FileCheck --check-prefix=NFC %s 79 # NFC: Name: block 80 # NFC-NEXT: Value: 81 # NFC-NEXT: Size: 40 82 # NFC-NEXT: Binding: Global (0x1) 83 # NFC-NEXT: Type: Object (0x1) 84 # NFC-NEXT: Other: 0 85 # NFC-NEXT: Section: .bss
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 67 Following parameter can be used to enable support for NFC config method: 296 WPS with NFC 299 WPS can be used with NFC-based configuration method. An NFC tag 301 authenticate the connection instead of the PIN. In addition, an NFC tag 305 When the AP acts as an Enrollee, a local NFC tag with a password token 306 can be used by touching the NFC interface of an external Registrar. The 307 wps_nfc_token command is used to manage use of the NFC password token 308 from the AP. "wps_nfc_token enable" enables the use of the AP's NFC 310 the NFC password token. 312 The NFC password token that is either pre-configured in the [all …]
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | NormalizerPerformanceTest.java | 27 NFCFileLines = normalizeInput(fileLines, Normalizer.NFC); in setup() 35 Normalizer.normalize(NFDFileLines[i], Normalizer.NFC); in TestICU_NFC_NFD_Text() 53 Normalizer.normalize(NFCFileLines[i], Normalizer.NFC); 71 Normalizer.normalize(fileLines[i], Normalizer.NFC); 297 Normalizer.quickCheck(NFDFileLines[i], Normalizer.NFC,0); 315 Normalizer.quickCheck(NFCFileLines[i], Normalizer.NFC,0); 333 Normalizer.quickCheck(fileLines[i], Normalizer.NFC,0); 460 Normalizer.isNormalized(NFDFileLines[i], Normalizer.NFC, 0); 478 Normalizer.isNormalized(NFCFileLines[i], Normalizer.NFC, 0); 496 Normalizer.isNormalized(fileLines[i], Normalizer.NFC, 0); [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | dsb_dsb_FONIPA.txt | 11 # Transform input to normalized form NFC, and to lowercase. 12 ::NFC; 59 ::NFC;
|
D | ru_ja.txt | 15 ::NFC; 450 ::NFC;
|
D | uz_Cyrl_uz_Latn.txt | 9 # Rules are predicated on running NFD first, and NFC afterwards 10 :: NFD (NFC) ; 109 ::NFC (NFD) ;
|
D | Latn_Armn.txt | 9 ::NFD(NFC); 90 ::NFC(NFD);
|
D | zh_Latn_PINYIN_ru.txt | 22 :: NFD (NFC); 24 :: NFC (NFD); 154 :: NFC ();
|
D | eo_eo_FONIPA.txt | 10 ::NFC; 53 ::NFC;
|
/external/cpuinfo/test/dmesg/ |
D | pixel.log | 334 [ 1.121172] c2 1 [NFC] pn551_dev_init: Loading pn551 driver 335 [ 1.121249] c2 1 [NFC] pn551_probe: 336 [ 1.121385] c2 1 [NFC] pn551_probe : vreg_l6 regulator_get 337 [ 1.121410] c2 1 [NFC] pn551_probe : vreg_l6 regulator_set_voltage 338 [ 1.121419] c2 1 [NFC] pn551_probe : vreg_l6 regulator_enable 339 [ 1.121425] c2 1 [NFC] pn551_probe : vreg_l6 regulator_is_enabled = 1 340 [ 1.121432] c2 1 [NFC] pn551_parse_dt: Start 341 [ 1.121440] c2 1 [NFC] pn551_parse_dt:ven_isinvert = 0 342 [ 1.121444] c2 1 [NFC] pn551_parse_dt: chk irq-gpio 343 [ 1.121633] c2 1 [NFC] pn551_parse_dt: chk ven-gpio [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_unicodedata.py | 344 def NFC(str): function 368 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line) 369 self.assertTrue(c4 == NFC(c4) == NFC(c5), line) 397 self.assertTrue(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
|