Searched refs:biasedIndices (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 218 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()
|
D | letest.cpp | 246 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()
|