Home
last modified time | relevance | path

Searched refs:idLength (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp128 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
144 if(idLength<0) { in makeTargetName()
145 idLength=(int32_t)strlen(id); in makeTargetName()
148 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
157 memcpy(target+treeLength, id, idLength); in makeTargetName()
158 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
162 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
166 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/external/icu/icu4c/source/i18n/
Dutrans.cpp134 int32_t idLength, in utrans_openU() argument
153 UnicodeString ID(idLength<0, id, idLength); // r-o alias in utrans_openU()
255 utrans_unregisterID(const UChar* id, int32_t idLength) { in utrans_unregisterID() argument
256 UnicodeString ID(idLength<0, id, idLength); // r-o alias in utrans_unregisterID()
Dvzone.cpp27 vzone_openID(const UChar* ID, int32_t idLength){ in vzone_openID() argument
28 UnicodeString s(idLength==-1, ID, idLength); in vzone_openID()
Dvzone.h45 vzone_openID(const UChar* ID, int32_t idLength);
/external/icu/icu4c/source/test/cintltst/
Dutransts.c185 int32_t idLength, id2Length, count, count2; in TestUnicodeIDs() local
203 id=uenum_unext(uenum, &idLength, &errorCode); in TestUnicodeIDs()
217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode); in TestUnicodeIDs()
219 … log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode)); in TestUnicodeIDs()
224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { in TestUnicodeIDs()
225 … log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength)); in TestUnicodeIDs()
/external/icu/icu4c/source/i18n/unicode/
Dutrans.h191 int32_t idLength,
305 utrans_unregisterID(const UChar* id, int32_t idLength);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DTGALoader.java120 int idLength = dis.readUnsignedByte(); in load() local
161 if (idLength > 0) in load()
162 in.skip(idLength); in load()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...