Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/letest/
Dcletest.c220 le_int32 biasedIndices[6], indices[6], glyph; in AccessTest() local
250 le_getCharIndicesWithBase(engine, biasedIndices, 1024, &status); in AccessTest()
256 if (biasedIndices[glyph] != (indices[glyph] + 1024)) { in AccessTest()
258 glyph, glyph, biasedIndices[glyph], indices[glyph]); in AccessTest()
Dletest.cpp248 le_int32 biasedIndices[6], indices[6], glyph; in AccessTest() local
292 engine->getCharIndices(biasedIndices, 1024, status); in AccessTest()
298 if (biasedIndices[glyph] != (indices[glyph] + 1024)) { in AccessTest()
300 glyph, glyph, biasedIndices[glyph], indices[glyph]); in AccessTest()