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

  /external/chromium/third_party/icu/public/i18n/unicode/
utrans.h 172 * @param idLength the length of the ID string, or -1 if NUL-terminated
189 int32_t idLength,
280 * @param idLength the length of id, or -1 if id is zero-terminated
284 utrans_unregisterID(const UChar* id, int32_t idLength);
  /external/icu4c/i18n/unicode/
utrans.h 173 * @param idLength the length of the ID string, or -1 if NUL-terminated
190 int32_t idLength,
300 * @param idLength the length of id, or -1 if id is zero-terminated
304 utrans_unregisterID(const UChar* id, int32_t idLength);
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 277 int idLength = in.readInt();
278 byte[] id = new byte[idLength];
  /external/chromium/third_party/icu/source/i18n/
utrans.cpp 133 int32_t idLength,
152 UnicodeString ID(idLength<0, id, idLength); // r-o alias
254 utrans_unregisterID(const UChar* id, int32_t idLength) {
255 UnicodeString ID(idLength<0, id, idLength); // r-o alias
  /external/icu4c/i18n/
utrans.cpp 133 int32_t idLength,
152 UnicodeString ID(idLength<0, id, idLength); // r-o alias
254 utrans_unregisterID(const UChar* id, int32_t idLength) {
255 UnicodeString ID(idLength<0, id, idLength); // r-o alias
vzone.cpp 25 vzone_openID(const UChar* ID, int32_t idLength){
26 UnicodeString s(idLength==-1, ID, idLength);
vzone.h 38 * @param idLength, length of the ID parameter
44 vzone_openID(const UChar* ID, int32_t idLength);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 132 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
148 if(idLength<0) {
149 idLength=(int32_t)strlen(id);
152 targetLength=treeLength+idLength+suffixLength;
161 memcpy(target+treeLength, id, idLength);
162 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
166 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
170 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
  /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...]
  /external/chromium/third_party/icu/source/tools/toolutil/
pkgitems.cpp 63 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
80 if(idLength<0) {
81 idLength=(int32_t)strlen(id);
84 targetLength=treeLength+idLength+suffixLength;
93 memcpy(target+treeLength, id, idLength);
94 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
  /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 420 milliseconds