Home | History | Annotate | Download | only in cintltst

Lines Matching refs:IDLength

185     int32_t idLength, id2Length, count, count2;
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));
676 int32_t IDLength;
689 ID = utrans_getUnicodeID(trans, &IDLength);
690 id = aescstrdup(ID, IDLength);