Lines Matching refs:dataIndex
553 int32_t dataIndex=0; in testAPI() local
563 while (patternData[dataIndex].length() > 0) { in testAPI()
564 log(patternData[dataIndex]); in testAPI()
565 bestPattern = patGen->getBestPattern(patternData[dataIndex++], status); in testAPI()
572 …errln(UnicodeString("\nERROR: Test various skeletons[") + (dataIndex-1) + UnicodeString("], locale… in testAPI()
590 int32_t dataIndex=0; in testAPI() local
607 while (patternTests2[dataIndex].length() > 0) { in testAPI()
608 logln(patternTests2[dataIndex]); in testAPI()
609 bestPattern = patGen->getBestPattern(patternTests2[dataIndex], status); in testAPI()
615 errln(UnicodeString("\nERROR: Test various skeletons[") + dataIndex in testAPI()
619 dataIndex++; in testAPI()