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

/external/icu4c/test/intltest/
H A Drbbitst.cpp419 int32_t startOfSecondWord = bi->following(1); local
420 if (startOfSecondWord != 4) {
422 __FILE__, __LINE__, startOfSecondWord);
424 startOfSecondWord = bi->following(0);
425 if (startOfSecondWord != 4) {
427 __FILE__, __LINE__, startOfSecondWord);

Completed in 541 milliseconds