HomeSort by relevance Sort by last modified time
    Searched refs:NFC (Results 26 - 50 of 253) sorted by null

12 3 4 5 6 7 8 91011

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizationMonkeyTest.java 66 //NFC
68 icuNorm = Normalizer.normalize(source, Normalizer.NFC);
72 errln("NFC: Unicode sample output => " + uncodeNorm + "; icu4j output=> " + icuNorm);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizationMonkeyTest.java 63 //NFC
65 icuNorm = Normalizer.normalize(source, Normalizer.NFC);
69 errln("NFC: Unicode sample output => " + uncodeNorm + "; icu4j output=> " + icuNorm);
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNfcTypes.h 43 * NFC Data structure
105 * NFC Message structure contains message specific details like
128 unsigned int MifareUL : 1; /* Protocol Mifare Ultra Light or any NFC Forum
135 unsigned int NFC : 1; /* Protocol NFC. */
  /prebuilts/go/darwin-x86/src/net/http/
http_test.go 68 // Verify we normalize to NFC before punycode:
69 {"gophér.nfc", "xn--gophr-esa.nfc"}, // NFC input; no work needed
  /prebuilts/go/linux-x86/src/net/http/
http_test.go 68 // Verify we normalize to NFC before punycode:
69 {"gophér.nfc", "xn--gophr-esa.nfc"}, // NFC input; no work needed
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 62 form: NFC,
87 // We do not distinguish between boundaries for NFC, NFD, etc. to avoid
188 // Note that the recomposition map for NFC and NFKC are identical.
208 if f == NFC || f == NFD {
216 if f == NFC || f == NFD {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 62 form: NFC,
87 // We do not distinguish between boundaries for NFC, NFD, etc. to avoid
188 // Note that the recomposition map for NFC and NFKC are identical.
208 if f == NFC || f == NFD {
216 if f == NFC || f == NFD {
  /art/test/092-locale/src/
Main.java 132 res = Normalizer.normalize(decomposed, Normalizer.Form.NFC);
  /hardware/nxp/nfc/halimpl/common/
phNfcTypes.h 46 * NFC Data structure
110 * NFC Message structure contains message specific details like
134 unsigned int MifareUL : 1; /* Protocol Mifare Ultra Light or any NFC Forum
141 unsigned int NFC : 1; /* Protocol NFC. */
315 P61_STATE_DWP_SVDD_SYNC_START = 0x0004, /*ESE_VDD Low req by Nfc*/
316 P61_STATE_DWP_SVDD_SYNC_END = 0x0008 /*ESE_VDD is Low by Nfc*/
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 396 mapped = norm.NFC.String(s)
403 if !norm.NFC.IsNormalString(s) {
490 s = norm.NFC.String(s)
494 if norm.NFC.QuickSpan(b) != len(b) {
495 b = norm.NFC.Bytes(b)
592 if !norm.NFC.IsNormalString(s) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 396 mapped = norm.NFC.String(s)
403 if !norm.NFC.IsNormalString(s) {
490 s = norm.NFC.String(s)
494 if norm.NFC.QuickSpan(b) != len(b) {
495 b = norm.NFC.Bytes(b)
592 if !norm.NFC.IsNormalString(s) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 102 * <p>Its advantage for a process like collation is that all NFD and most NFC texts
117 * <p>The W3C generally recommends to exchange texts in NFC.
120 * character encodings the Unicode text needs to be normalized to NFC.
326 public static final Mode NFC = new NFCMode();
335 public static final Mode DEFAULT = NFC;
386 * @deprecated ICU 2.8. Use Normalier.NFC
387 * @see #NFC
391 public static final Mode COMPOSE = NFC;
671 return (compat ? NFKC : NFC).getNormalizer2(options);
683 * NFC rules
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 101 * <p>Its advantage for a process like collation is that all NFD and most NFC texts
116 * <p>The W3C generally recommends to exchange texts in NFC.
119 * character encodings the Unicode text needs to be normalized to NFC.
318 public static final Mode NFC = new NFCMode();
326 public static final Mode DEFAULT = NFC;
374 * @deprecated ICU 2.8. Use Normalier.NFC
375 * @see #NFC
378 public static final Mode COMPOSE = NFC;
658 return (compat ? NFKC : NFC).getNormalizer2(options);
670 * NFC rules
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
UnicodeSetClosure.java 101 Normalizer.NONE, Normalizer.NFD, Normalizer.NFC, Normalizer.NFKD, Normalizer.NFKC};
103 "NoNF", "NFD", "NFC", "NFKD", "NFKC"};
167 print("NFC", test);
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 242 * These mappings are derived from the Unicode NFC tables as needed.
509 String result = Normalizer.normalize(sDeadKeyBuilder, Normalizer.Form.NFC);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java 288 final String normalizedString = Normalizer.normalize(sb, Normalizer.Form.NFC);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 54 String NFC;
93 t[noCases].NFC = Normalizer.normalize(u, Normalizer.NFC);
96 if (t[noCases].NFC.length() != t[noCases].NFD.length()
97 || (t[noCases].NFC.compareTo(t[noCases].NFD) != 0)
103 t[noCases].NFC = comp;
111 if (!coll.equals(t[u].NFC, t[u].NFD)) {
114 CollationTest.doTest(this, coll, t[u].NFC, t[u].NFD, 0);
127 if (!coll.equals(t[u].NFC, t[u].NFD)) {
133 CollationTest.doTest(this, coll, t[u].NFC, t[u].NFD
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 51 String NFC;
90 t[noCases].NFC = Normalizer.normalize(u, Normalizer.NFC);
93 if (t[noCases].NFC.length() != t[noCases].NFD.length()
94 || (t[noCases].NFC.compareTo(t[noCases].NFD) != 0)
100 t[noCases].NFC = comp;
108 if (!coll.equals(t[u].NFC, t[u].NFD)) {
111 CollationTest.doTest(this, coll, t[u].NFC, t[u].NFD, 0);
124 if (!coll.equals(t[u].NFC, t[u].NFD)) {
130 CollationTest.doTest(this, coll, t[u].NFC, t[u].NFD
    [all...]
  /device/google/marlin/marlin/
BoardConfig.mk 192 #NFC
  /device/google/marlin/sailfish/
BoardConfig.mk 182 #NFC
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 17 package com.android.nfc.cardemulation;
33 import android.nfc.cardemulation.AidGroup;
34 import android.nfc.cardemulation.ApduServiceInfo;
35 import android.nfc.cardemulation.CardEmulation;
36 import android.nfc.cardemulation.HostApduService;
37 import android.nfc.cardemulation.OffHostApduService;
242 // Check if the package holds the NFC permission
243 if (pm.checkPermission(android.Manifest.permission.NFC, si.packageName) !=
247 android.Manifest.permission.NFC);
  /compatibility/cdd/3_software/
3_9_device-administration.md 38 device declares Near-Field Communications (NFC) support via the feature
39 flag `android.hardware.nfc` and receives an NFC message containing a
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliterationChart.java 85 String s = Normalizer.normalize(it.codepoint,Normalizer.NFC,0);
86 //if (!Normalizer.isNormalized(s,Normalizer.NFC,0)) continue;
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 83 case NFC:
84 return "nfc";
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 552 The largest normalization form is 18 for NFKC/NFKD, 4 for NFD and 3 for NFC
553 We're only using NFC/NFD in this test.
558 UChar NFC[NORM_BUFFER_TEST_LEN];
606 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status);
609 if(nfcSize != nfdSize || (uprv_memcmp(t[noCases]->NFC, t[noCases]->NFD, nfcSize * sizeof(UChar)) != 0)
613 u_strncpy(t[noCases]->NFC, comp, len);
614 t[noCases]->NFC[len] = 0;
626 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
628 doTest(coll, t[u]->NFC, t[u]->NFD, UCOL_EQUAL);
641 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status)
    [all...]

Completed in 1276 milliseconds

12 3 4 5 6 7 8 91011