HomeSort by relevance Sort by last modified time
    Searched defs:idLength (Results 1 - 5 of 5) sorted by null

  /external/chromium/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/icu4c/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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 104 UINT8 idLength; /**< User identity string length */
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 112 TI_UINT8 idLength; /**< User identity string length */
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 110 TI_UINT8 idLength; /**< User identity string length */

Completed in 1456 milliseconds