Home | History | Annotate | Download | only in cintltst

Lines Matching refs:idLength

182     int32_t idLength, id2Length, count, count2;
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));
608 int32_t IDLength;
621 ID = utrans_getUnicodeID(trans, &IDLength);
622 id = aescstrdup(ID, IDLength);