Searched refs:idLength (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dutrans.h173 * @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/chromium_org/third_party/icu/source/i18n/
H A Dutrans.cpp133 int32_t idLength,
152 UnicodeString ID(idLength<0, id, idLength); // r-o alias
254 utrans_unregisterID(const UChar* id, int32_t idLength) { argument
255 UnicodeString ID(idLength<0, id, idLength); // r-o alias
132 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);
H A Dvzone.h40 * @param idLength, length of the ID parameter
45 vzone_openID(const UChar* ID, int32_t idLength);
/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);
H A Dvzone.h40 * @param idLength, length of the ID parameter
45 vzone_openID(const UChar* ID, int32_t idLength);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, argument
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, argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
/external/icu/icu4c/source/i18n/unicode/
H A Dutrans.h174 * @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/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, argument
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, argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c182 int32_t idLength, id2Length, count, count2; local
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));
/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/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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 638 milliseconds