Lines Matching refs:dataIndex
630 int32_t dataIndex=0; in testAPI() local
640 while (patternData[dataIndex].length() > 0) { in testAPI()
641 log(patternData[dataIndex]); in testAPI()
642 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status); in testAPI()
649 …errln(UnicodeString("\nERROR: Test various skeletons[") + (dataIndex-1) + UnicodeString("], locale… in testAPI()
667 int32_t dataIndex=0; in testAPI() local
684 while (patternTests2[dataIndex].length() > 0) { in testAPI()
685 logln(patternTests2[dataIndex]); in testAPI()
686 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status); in testAPI()
692 errln(UnicodeString("\nERROR: Test various skeletons[") + dataIndex in testAPI()
696 dataIndex++; in testAPI()