Searched refs:id2Length (Results 1 – 1 of 1) sorted by relevance
190 int32_t idLength, id2Length, count, count2; in TestUnicodeIDs() local228 id2=utrans_getUnicodeID(utrans, &id2Length); in TestUnicodeIDs()229 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { in TestUnicodeIDs()