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

  /external/icu4c/layout/
LEGlyphStorage.h 175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LayoutEngine.h 401 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
414 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
loengine.cpp 100 le->getCharIndices(charIndices, *success);
116 le->getCharIndices(charIndices, indexBase, *success);
LayoutEngine.cpp 160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
162 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
165 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
167 fGlyphStorage->getCharIndices(charIndices, success);
LEGlyphStorage.cpp 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
  /external/icu4c/test/letest/
letest.cpp 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)
    [all...]
gendata.cpp 264 engine->getCharIndices(indices, leStatus);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 454 engine->getCharIndices(&fGlyphToCharMap[glyphBase], runStart, layoutStatus);
    [all...]

Completed in 55 milliseconds