Searched defs:NFC (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/
H A DAndroid.mk12 NFC := src/nfc macro
35 $(LOCAL_PATH)/$(NFC)/include \
36 $(LOCAL_PATH)/$(NFC)/int \
42 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
70 $(LOCAL_PATH)/$(NFC)/includ
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp768 Transliterator *gl = Transliterator::createInstance("Greek-Latin; NFD; [:M:]Remove; NFC", UTRANS_FORWARD, parseError, status);
1460 Transliterator* NFC = Transliterator::createInstance("NFC", UTRANS_FORWARD, parseError, status); local
1461 if (!NFD || !NFC) {
1464 delete NFC;
1472 expect(*NFC, in, expc);
1475 delete NFC;
2257 UnicodeString ID = "Latin-Jamo;NFC(NFD)";
2271 UnicodeString exp = "NFD(NFC);Jamo-Latin";
3056 "NFC", NUL
[all...]
/external/icu4c/test/intltest/
H A Dtranstst.cpp769 Transliterator *gl = Transliterator::createInstance("Greek-Latin; NFD; [:M:]Remove; NFC", UTRANS_FORWARD, parseError, status);
1461 Transliterator* NFC = Transliterator::createInstance("NFC", UTRANS_FORWARD, parseError, status); local
1462 if (!NFD || !NFC) {
1465 delete NFC;
1473 expect(*NFC, in, expc);
1476 delete NFC;
2258 UnicodeString ID = "Latin-Jamo;NFC(NFD)";
2272 UnicodeString exp = "NFD(NFC);Jamo-Latin";
3057 "NFC", NUL
[all...]
/external/libnfc-nxp/inc/
H A DphNfcTypes.h21 * Project: NFC MW / HAL
34 * \name NFC Types
120 NFC return values
207 * \name NFC specific Type Definitions
240 * NFC Message structure contains message specific details like
288 * The <em> Supported Protocols Structure </em> holds all protocol supported by the current NFC
297 any NFC Forum Type-2 tags */
303 unsigned int NFC : 1; /**< Protocol NFC. */ member in struct:phNfc_sSupProtocol_t
312 * \brief Information related to the NFC Devic
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1628 The largest normalization form is 18 for NFKC/NFKD, 4 for NFD and 3 for NFC
1629 We're only using NFC/NFD in this test.
1634 UChar NFC[NORM_BUFFER_TEST_LEN]; member in struct:__anon11069
1682 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status);
1685 if(nfcSize != nfdSize || (uprv_memcmp(t[noCases]->NFC, t[noCases]->NFD, nfcSize * sizeof(UChar)) != 0)
1689 u_strncpy(t[noCases]->NFC, comp, len);
1690 t[noCases]->NFC[len] = 0;
1702 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
1704 doTest(coll, t[u]->NFC, t[u]->NFD, UCOL_EQUAL);
1717 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LE
[all...]
/external/icu4c/test/cintltst/
H A Dcmsccoll.c1640 The largest normalization form is 18 for NFKC/NFKD, 4 for NFD and 3 for NFC
1641 We're only using NFC/NFD in this test.
1646 UChar NFC[NORM_BUFFER_TEST_LEN]; member in struct:__anon18422
1694 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status);
1697 if(nfcSize != nfdSize || (uprv_memcmp(t[noCases]->NFC, t[noCases]->NFD, nfcSize * sizeof(UChar)) != 0)
1701 u_strncpy(t[noCases]->NFC, comp, len);
1702 t[noCases]->NFC[len] = 0;
1714 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
1716 doTest(coll, t[u]->NFC, t[u]->NFD, UCOL_EQUAL);
1729 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LE
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 232 milliseconds