Searched refs:idLength (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/i18n/ |
D | utrans.cpp | 133 int32_t idLength, in utrans_openU() argument 152 UnicodeString ID(idLength<0, id, idLength); // r-o alias in utrans_openU() 257 utrans_unregisterID(const UChar* id, int32_t idLength) { in utrans_unregisterID() argument 258 UnicodeString ID(idLength<0, id, idLength); // r-o alias in utrans_unregisterID()
|
/external/icu4c/tools/toolutil/ |
D | pkgitems.cpp | 63 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument 80 if(idLength<0) { in checkIDSuffix() 81 idLength=(int32_t)strlen(id); in checkIDSuffix() 84 targetLength=treeLength+idLength+suffixLength; in checkIDSuffix() 93 memcpy(target+treeLength, id, idLength); in checkIDSuffix() 94 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in checkIDSuffix()
|
/external/opencore/protocols/sdp/common/include/ |
D | rfc3640_payload_info.h | 62 inline void setIndexDeltaLength(uint32 idLength) in setIndexDeltaLength() argument 64 indexDeltaLength = idLength; in setIndexDeltaLength()
|
/external/icu4c/test/cintltst/ |
D | utransts.c | 182 int32_t idLength, id2Length, count, count2; in TestUnicodeIDs() local 200 id=uenum_unext(uenum, &idLength, &errorCode); in TestUnicodeIDs() 214 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode); in TestUnicodeIDs() 216 … log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode)); in TestUnicodeIDs() 221 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { in TestUnicodeIDs() 222 … log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength)); in TestUnicodeIDs()
|
/external/icu4c/i18n/unicode/ |
D | utrans.h | 189 int32_t idLength, 284 utrans_unregisterID(const UChar* id, int32_t idLength);
|