Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/letest/
Dcletest.c218 le_int32 biasedIndices[6], indices[6], glyph; in AccessTest() local
248 le_getCharIndicesWithBase(engine, biasedIndices, 1024, &status); in AccessTest()
254 if (biasedIndices[glyph] != (indices[glyph] + 1024)) { in AccessTest()
256 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()