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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c2356 UBool foundLatn = FALSE; local
2363 if ( uprv_strcmp(numsys, "latn") ) foundLatn = TRUE;
2372 if ( numsysCount < 40 || !foundLatn || !foundArab ) {
2373 log_err("unumsys_openAvailableNames results incomplete: numsysCount %d, foundLatn %d, foundArab %d\n",
2374 numsysCount, foundLatn, foundArab);
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c2360 UBool foundLatn = FALSE; local
2367 if ( uprv_strcmp(numsys, "latn") ) foundLatn = TRUE;
2376 if ( numsysCount < 40 || !foundLatn || !foundArab ) {
2377 log_err("unumsys_openAvailableNames results incomplete: numsysCount %d, foundLatn %d, foundArab %d\n",
2378 numsysCount, foundLatn, foundArab);

Completed in 598 milliseconds