Home | History | Annotate | Download | only in letest

Lines Matching refs:getCharIndices

101     engine->getCharIndices(NULL, status);
104 log_err("Calling getCharIndices(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
115 engine->getCharIndices(NULL, 1024, status);
118 log_err("Calling getCharIndices(NULL, 1024, status) did not return LE_ILLEGAL_ARGUMENT_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");
267 engine->getCharIndices(indices, status);
290 engine->getCharIndices(biasedIndices, 1024, status);
293 log_err("getCharIndices(biasedIndices, 1024, status) failed.\n");
704 engine->getCharIndices(actual.indices, success);