Searched defs:nfc (Results 1 - 25 of 27) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
H A Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; member in class:NormalizerConformanceTest
H A Ditutil.cpp554 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); local
556 LocalUNormalizer2Pointer fn2(unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode));
609 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); local
615 UNormalizer2 *p1 = unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode);
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; member in class:CollationRuleParser
H A Dcollationdata.h55 CollationData(const Normalizer2Impl &nfc) argument
59 nfcImpl(nfc),
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py14 import nfc namespace
15 import nfc.ndef namespace
16 import nfc.llcp namespace
17 import nfc.handover namespace
110 class HandoverServer(nfc.handover.HandoverServer):
120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
121 if not request.type == 'urn:nfc:wkt:Hr':
125 request = nfc.ndef.HandoverRequestMessage(request)
126 except nfc.ndef.DecodeError as e:
141 sel = nfc
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationData.java41 CollationData(Normalizer2Impl nfc) { argument
42 nfcImpl = nfc;
H A DCollationRuleParser.java317 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) {
910 private Normalizer2 nfc = Normalizer2.getNFCInstance(); field in class:CollationRuleParser
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java39 CollationData(Normalizer2Impl nfc) { argument
40 nfcImpl = nfc;
H A DCollationRuleParser.java313 if(!nfc.hasBoundaryBefore(prefix0) || !nfc.hasBoundaryBefore(c)) {
906 private Normalizer2 nfc = Normalizer2.getNFCInstance(); field in class:CollationRuleParser
/external/selinux/policycoreutils/sestatus/
H A Dsestatus.c88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) argument
141 if (*nfc >= MAX_CHECK)
143 fc[*nfc] =
146 memcpy(fc[*nfc], bufp, buf_len);
147 (*nfc)++;
181 int nfc = 0; local
405 load_checks(pc, &npc, fc, &nfc);
446 for (i = 0; i < nfc; i++) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c150 int nfc = 0; local
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
203 nfc = 1;
215 nfc = 1;
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c150 int nfc = 0; local
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
203 nfc = 1;
215 nfc = 1;
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
154 message = nfc.ndef.HandoverRequestMessage(version="1.2")
164 datamsg = nfc.ndef.Message(data)
178 datamsg = nfc.ndef.Message(data)
188 client = nfc.handover.HandoverClient(llc)
193 except nfc.llcp.ConnectRefused:
215 if message.type != "urn:nfc
[all...]
H A Dwps-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
138 class HandoverServer(nfc.handover.HandoverServer):
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
150 if not request.type == 'urn:nfc:wkt:Hr':
154 request = nfc.ndef.HandoverRequestMessage(request)
155 except nfc.ndef.DecodeError as e:
170 sel = nfc
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c150 int nfc = 0; local
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
203 nfc = 1;
215 nfc = 1;
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/external/clang/test/SemaCXX/
H A Dcxx0x-cursory-default-delete.cpp117 const no_fields_container nfc; // ok local
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c1155 nfc[]={ local
1199 _testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFC, TRUE, nfc, UPRV_LENGTHOF(nfc), nfcIndexes, sizeof(nfcIndexes)/4);
1210 _testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFC, FALSE, nfc, UPRV_LENGTHOF(nfc), nfcIndexes, sizeof(nfcIndexes)/4);
1483 const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE_CONTIGUOUS, &errorCode);
1485 log_err_status(errorCode, "unorm2_getInstance(nfc/FCC) failed: %s\n", u_errorName(errorCode));
H A Dcucdtst.c939 const UNormalizer2 *nfc;
974 const UNormalizer2 *nfc, *nfkc; local
1083 /* For canonical decompositions only, expect Decomposition_Mapping=nfc.getRawDecomposition(c). */
1087 nfc=((UnicodeDataContext *)context)->nfc;
1088 length=unorm2_getRawDecomposition(nfc, c, s, 32, pErrorCode);
1090 log_err("error: unorm2_getRawDecomposition(nfc, U+%04lx)==%d instead of %d "
1102 composite=unorm2_composePair(nfc, a, b);
1104 log_err("error: nfc U+%04lX decomposes to U+%04lX+U+%04lX but does not compose back (instead U+%04lX)\n",
1329 context.nfc
[all...]
/external/python/cpython2/Modules/
H A Dunicodedata.c613 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UNICODE code) argument
616 for (index = 0; nfc[index].start; index++) {
617 int start = nfc[index].start;
620 if (code <= start + nfc[index].count) {
622 return nfc[index].index + delta;
739 is_normalized(PyObject *self, PyObject *input, int nfc, int k) argument
751 quickcheck_mask = 3 << ((nfc ? 4 : 0) + (k ? 2 : 0));
/external/python/cpython3/Modules/
H A Dunicodedata.c619 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UCS4 code) argument
622 for (index = 0; nfc[index].start; index++) {
623 unsigned int start = nfc[index].start;
626 if (code <= start + nfc[index].count) {
628 return nfc[index].index + delta;
771 is_normalized(PyObject *self, PyObject *input, int nfc, int k) argument
785 quickcheck_mask = 3 << ((nfc ? 4 : 0) + (k ? 2 : 0));
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 602 milliseconds

12