HomeSort by relevance Sort by last modified time
    Searched refs:biasedIndices (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/letest/
cletest.c 218 le_int32 biasedIndices[6], indices[6], glyph;
248 le_getCharIndicesWithBase(engine, biasedIndices, 1024, &status);
251 log_err("getCharIndices(biasedIndices, 1024, status) failed.\n");
254 if (biasedIndices[glyph] != (indices[glyph] + 1024)) {
255 log_err("biasedIndices[%d] != indices[%d] + 1024: %8X, %8X\n",
256 glyph, glyph, biasedIndices[glyph], indices[glyph]);
letest.cpp 246 le_int32 biasedIndices[6], indices[6], glyph;
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]);
    [all...]

Completed in 66 milliseconds