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

  /external/icu/icu4c/source/i18n/
utrans.cpp 134 int32_t idLength,
153 UnicodeString ID(idLength<0, id, idLength); // r-o alias
255 utrans_unregisterID(const UChar* id, int32_t idLength) {
256 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/icu/icu4c/source/i18n/unicode/
utrans.h 174 * @param idLength the length of the ID string, or -1 if NUL-terminated
191 int32_t idLength,
301 * @param idLength the length of id, or -1 if id is zero-terminated
305 utrans_unregisterID(const UChar* id, int32_t idLength);
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 128 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
144 if(idLength<0) {
145 idLength=(int32_t)strlen(id);
148 targetLength=treeLength+idLength+suffixLength;
157 memcpy(target+treeLength, id, idLength);
158 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
162 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
166 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
  /hardware/ti/omap4-aah/security/tf_sdk/include/
OEMCrypto.h 297 * idLength (in/out) - on input, size of the caller's device ID buffer.
306 OEMCrypto_UINT32 *idLength);
  /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...]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
snmp.h 24 UINT idLength;
200 LPSTR SNMP_FUNC_TYPE SnmpUtilIdsToA(UINT *Ids,UINT 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 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 

Completed in 492 milliseconds