Searched refs:NFC (Results 1 - 15 of 15) sorted by relevance

/external/libnfc-nci/
H A DAndroid.mk12 NFC := src/nfc macro
35 $(LOCAL_PATH)/$(NFC)/include \
36 $(LOCAL_PATH)/$(NFC)/int \
43 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
72 $(LOCAL_PATH)/$(NFC)/includ
[all...]
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DNetStringUtil.java56 return Normalizer.normalize(unicodeString, Normalizer.Form.NFC);
/external/chromium_org/chromeos/dbus/
H A Ddbus_client_bundle.cc100 { "nfc", DBusClientBundle::NFC },
223 // Create the NFC clients in the correct order based on their dependencies.
224 if (!IsUsingStub(NFC)) {
H A Ddbus_client_bundle.h72 NFC = 1 << 12, enumerator in enum:chromeos::DBusClientBundle::DBusClientType
269 // The declaration order for NFC client objects is important. See
/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/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c553 The largest normalization form is 18 for NFKC/NFKD, 4 for NFD and 3 for NFC
554 We're only using NFC/NFD in this test.
559 UChar NFC[NORM_BUFFER_TEST_LEN]; member in struct:__anon22027
607 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status);
610 if(nfcSize != nfdSize || (uprv_memcmp(t[noCases]->NFC, t[noCases]->NFD, nfcSize * sizeof(UChar)) != 0)
614 u_strncpy(t[noCases]->NFC, comp, len);
615 t[noCases]->NFC[len] = 0;
627 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
629 doTest(coll, t[u]->NFC, t[u]->NFD, UCOL_EQUAL);
642 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LE
[all...]
/external/libnfc-nxp/src/
H A DphHal4Nfc.c20 * Project: NFC-FRI 1.1
304 #define LOG_TAG "NFC-HCI"
854 psDevCapabilities->ReaderSupProtocol.NFC = TRUE;
862 psDevCapabilities->EmulationSupProtocol.NFC = TRUE;
H A DphLibNfc_initiator.c20 * Project: NFC FRI 1.1
281 if(TRUE == gpphLibContext->RegNtfType.NFC)
296 if(TRUE == gpphLibContext->RegNtfType.NFC)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1658 The largest normalization form is 18 for NFKC/NFKD, 4 for NFD and 3 for NFC
1659 We're only using NFC/NFD in this test.
1664 UChar NFC[NORM_BUFFER_TEST_LEN]; member in struct:__anon12228
1712 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status);
1715 if(nfcSize != nfdSize || (uprv_memcmp(t[noCases]->NFC, t[noCases]->NFD, nfcSize * sizeof(UChar)) != 0)
1719 u_strncpy(t[noCases]->NFC, comp, len);
1720 t[noCases]->NFC[len] = 0;
1732 if(!ucol_equal(coll, t[u]->NFC, -1, t[u]->NFD, -1)) {
1734 doTest(coll, t[u]->NFC, t[u]->NFD, UCOL_EQUAL);
1747 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LE
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/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/chromium_org/third_party/usb_ids/
H A Dusb.ids4043 2533 NFC device (PN533)
/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 ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2059 milliseconds