Home
last modified time | relevance | path

Searched refs:positionCount (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/letest/
Dxmlreader.cpp181 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in readTestFile() local
228 expected.positions = getFloatArray(positions, positionCount); in readTestFile()
232 … if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { in readTestFile()
234 id, charCount, glyphCount, indexCount, positionCount); in readTestFile()
Dletest.cpp612 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in DataDrivenTest() local
680 expected.positions = getFloatArray(positions, positionCount); in DataDrivenTest()
684 … if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { in DataDrivenTest()
686 id, charCount, glyphCount, indexCount, positionCount); in DataDrivenTest()