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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2845 int32_t i, length, lengthPre; local
2856 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
2870 if (length != lengthPre) {
2871 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);
/external/icu4c/test/cintltst/
H A Dcloctst.c3022 int32_t i, length, lengthPre; local
3033 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3047 if (length != lengthPre) {
3048 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);

Completed in 83 milliseconds