Lines Matching refs:dataIndex
634 int32_t dataIndex=0; in testAPI() local
644 while (patternData[dataIndex].length() > 0) { in testAPI()
645 log(patternData[dataIndex]); in testAPI()
646 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status); in testAPI()
653 …errln(UnicodeString("\nERROR: Test various skeletons[") + (dataIndex-1) + UnicodeString("], locale… in testAPI()
671 int32_t dataIndex=0; in testAPI() local
688 while (patternTests2[dataIndex].length() > 0) { in testAPI()
689 logln(patternTests2[dataIndex]); in testAPI()
690 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status); in testAPI()
696 errln(UnicodeString("\nERROR: Test various skeletons[") + dataIndex in testAPI()
700 dataIndex++; in testAPI()