Home
last modified time | relevance | path

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

/external/icu4c/test/letest/
Dcletest.c216 le_int32 biasedIndices[6], indices[6], glyph; in AccessTest() local
246 le_getCharIndicesWithBase(engine, biasedIndices, 1024, &status); in AccessTest()
252 if (biasedIndices[glyph] != (indices[glyph] + 1024)) { in AccessTest()
254 glyph, glyph, biasedIndices[glyph], indices[glyph]); in AccessTest()
Dletest.cpp246 le_int32 biasedIndices[6], indices[6], glyph; in AccessTest() local
290 engine->getCharIndices(biasedIndices, 1024, status); in AccessTest()
296 if (biasedIndices[glyph] != (indices[glyph] + 1024)) { in AccessTest()
298 glyph, glyph, biasedIndices[glyph], indices[glyph]); in AccessTest()