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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6609 int32_t nsCount = availableNumberingSystems->count(status); local
6610 if ( nsCount < 36 ) {
6611 errln("FAIL: Didn't get as many numbering systems as we had hoped for. Need at least 36, got %d",nsCount);
6620 for ( int32_t i = 0 ; i < nsCount ; i++ ) {
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6638 int32_t nsCount = availableNumberingSystems->count(status); local
6639 if ( nsCount < 36 ) {
6640 errln("FAIL: Didn't get as many numbering systems as we had hoped for. Need at least 36, got %d",nsCount);
6649 for ( int32_t i = 0 ; i < nsCount ; i++ ) {

Completed in 417 milliseconds