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

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dcletest.c216 le_int32 biasedIndices[6], indices[6], glyph; local
246 le_getCharIndicesWithBase(engine, biasedIndices, 1024, &status);
249 log_err("getCharIndices(biasedIndices, 1024, status) failed.\n");
252 if (biasedIndices[glyph] != (indices[glyph] + 1024)) {
253 log_err("biasedIndices[%d] != indices[%d] + 1024: %8X, %8X\n",
254 glyph, glyph, biasedIndices[glyph], indices[glyph]);
H A Dletest.cpp246 le_int32 biasedIndices[6], indices[6], glyph; local
290 engine->getCharIndices(biasedIndices, 1024, status);
293 log_err("getCharIndices(biasedIndices, 1024, status) failed.\n");
296 if (biasedIndices[glyph] != (indices[glyph] + 1024)) {
297 log_err("biasedIndices[%d] != indices[%d] + 1024: %8X, %8X\n",
298 glyph, glyph, biasedIndices[glyph], indices[glyph]);

Completed in 103 milliseconds