Home
last modified time | relevance | path

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

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