Searched defs:idLength (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dutrans.cpp134 int32_t idLength,
153 UnicodeString ID(idLength<0, id, idLength); // r-o alias
255 utrans_unregisterID(const UChar* id, int32_t idLength) { argument
256 UnicodeString ID(idLength<0, id, idLength); // r-o alias
133 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
H A Dvzone.cpp27 vzone_openID(const UChar* ID, int32_t idLength){ argument
28 UnicodeString s(idLength==-1, ID, idLength);
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c185 int32_t idLength, id2Length, count, count2; local
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));
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp128 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, argument
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, argument
166 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 308 milliseconds