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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c3107 int32_t i, length, lengthPre; local
3118 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3132 if (length != lengthPre) {
3133 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3108 int32_t i, length, lengthPre; local
3119 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3133 if (length != lengthPre) {
3134 log_err(" uloc_getLocaleForLCID(0x0409): returned length %d does not match preflight length %d\n", length, lengthPre);

Completed in 77 milliseconds