Home | History | Annotate | Download | only in letest

Lines Matching full:indices

60     le_int32  *indices   = NULL;
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
122 engine->getCharIndices(indices, 1024, status);
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
143 DELETE_ARRAY(indices);
246 le_int32 biasedIndices[6], indices[6], glyph;
267 engine->getCharIndices(indices, status);
271 log_err("Could not get glyph, indices and position arrays.\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]);
348 if (actual->indices[i] != expected->indices[i]) {
350 testID, i, expected->indices[i], actual->indices[i]);
583 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices");
611 UnicodeString text, glyphs, indices, positions;
657 indices = element->getText(TRUE);
669 // TODO: make sure that the font, test-text, result-glyphs, result-indices and result-positions
679 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
700 actual.indices = NEW_ARRAY(le_int32, actual.glyphCount);
704 engine->getCharIndices(actual.indices, success);
710 DELETE_ARRAY(actual.indices);
717 DELETE_ARRAY(expected.indices);
900 * For a right to left run, make sure that the character indices
920 * We can't just check the order of the character indices
923 * character indices in the run and make sure that the minimum