Searched refs:IDLength (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c99 IDLength = 0; local
227 /* To Calculate the IDLength and PayloadLength for
235 &IDLength);
308 /* Check for the TypeLength, IDLength = 0 */
309 if (TypeLength != 0 || IDLength != 0)
322 + IDLength + TypeLengthByte + PayloadLength
367 + TypeLengthByte + IDLength + PayloadLength
471 IDLength = 0, local
492 /* To Calculate the IDLength and PayloadLength for short or normal record */
499 &IDLength);
759 phFriNfc_NdefRecord_RecordIDCheck( uint8_t *Record, uint8_t *TypeLength, uint8_t *TypeLengthByte, uint8_t *PayloadLengthByte, uint32_t *PayloadLength, uint8_t *IDLengthByte, uint8_t *IDLength) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c608 int32_t IDLength; local
621 ID = utrans_getUnicodeID(trans, &IDLength);
622 id = aescstrdup(ID, IDLength);
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c676 int32_t IDLength; local
689 ID = utrans_getUnicodeID(trans, &IDLength);
690 id = aescstrdup(ID, IDLength);

Completed in 501 milliseconds