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

/external/opencore/protocols/sdp/common/include/
H A Drfc3640_payload_info.h62 inline void setIndexDeltaLength(uint32 idLength) argument
64 indexDeltaLength = idLength;
/external/icu4c/i18n/unicode/
H A Dutrans.h172 * @param idLength the length of the ID string, or -1 if NUL-terminated
189 int32_t idLength,
280 * @param idLength the length of id, or -1 if id is zero-terminated
284 utrans_unregisterID(const UChar* id, int32_t idLength);
/external/icu4c/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
/external/icu4c/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/icu4c/tools/toolutil/
H A Dpkgitems.cpp63 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, argument
80 if(idLength<0) {
81 idLength=(int32_t)strlen(id);
84 targetLength=treeLength+idLength+suffixLength;
93 memcpy(target+treeLength, id, idLength);
94 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL

Completed in 55 milliseconds