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

  /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);
  /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 27 vzone_openID(const UChar* ID, int32_t idLength){
28 UnicodeString s(idLength==-1, ID, idLength);
vzone.h 40 * @param idLength, length of the ID parameter
45 vzone_openID(const UChar* ID, int32_t idLength);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
146 if(idLength<0) {
147 idLength=(int32_t)strlen(id);
150 targetLength=treeLength+idLength+suffixLength;
159 memcpy(target+treeLength, id, idLength);
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
  /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...]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 782 int idLength = il ? (buffer.get() & 0xFF) : 0;
790 id = (idLength > 0 ? new byte[idLength] : EMPTY_BYTE_ARRAY);
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 120 int idLength = dis.readUnsignedByte();
161 if (idLength > 0)
162 in.skip(idLength);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1332 milliseconds