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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp418 int32_t startOfSecondWord = bi->following(1); local
419 if (startOfSecondWord != 4) {
421 __FILE__, __LINE__, startOfSecondWord);
423 startOfSecondWord = bi->following(0);
424 if (startOfSecondWord != 4) {
426 __FILE__, __LINE__, startOfSecondWord);

Completed in 198 milliseconds