Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcloctst.c2690 int32_t i, length, lengthPre; in TestGetLocaleForLCID() local
2701 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status); in TestGetLocaleForLCID()
2715 if (length != lengthPre) { in TestGetLocaleForLCID()
2716 …ocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre); in TestGetLocaleForLCID()