Home
last modified time | relevance | path

Searched refs:id2Length (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutransts.c190 int32_t idLength, id2Length, count, count2; in TestUnicodeIDs() local
228 id2=utrans_getUnicodeID(utrans, &id2Length); in TestUnicodeIDs()
229 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { in TestUnicodeIDs()