HomeSort by relevance Sort by last modified time
    Searched refs:IDLength (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 99 IDLength = 0;
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
430 /* ID and IDlength are present only if IL flag is set*/
434 RecordLength +=Record->IdLength;
471 IDLength = 0
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 182 int32_t idLength, id2Length, count, count2;
200 id=uenum_unext(uenum, &idLength, &errorCode);
214 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode);
216 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode));
221 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
222 log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength));
608 int32_t IDLength;
621 ID = utrans_getUnicodeID(trans, &IDLength);
622 id = aescstrdup(ID, IDLength);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utransts.c 185 int32_t idLength, id2Length, count, count2;
203 id=uenum_unext(uenum, &idLength, &errorCode);
217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode);
219 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode));
224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
225 log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength));
676 int32_t IDLength;
689 ID = utrans_getUnicodeID(trans, &IDLength);
690 id = aescstrdup(ID, IDLength);
    [all...]

Completed in 262 milliseconds