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

  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 162 LEErrorCode leStatus = LE_NO_ERROR;
194 PortableFontInstance *pfi = new PortableFontInstance(fontName, 12, leStatus);
196 if (LE_FAILURE(leStatus)) {
250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus);
252 if (LE_FAILURE(leStatus)) {
257 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
263 engine->getGlyphs(glyphs, leStatus);
264 engine->getCharIndices(indices, leStatus);
265 engine->getGlyphPositions(positions, leStatus);
  /external/icu4c/test/letest/
gendata.cpp 162 LEErrorCode leStatus = LE_NO_ERROR;
194 PortableFontInstance *pfi = new PortableFontInstance(fontName, 12, leStatus);
196 if (LE_FAILURE(leStatus)) {
250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus);
252 if (LE_FAILURE(leStatus)) {
257 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
263 engine->getGlyphs(glyphs, leStatus);
264 engine->getCharIndices(indices, leStatus);
265 engine->getGlyphPositions(positions, leStatus);

Completed in 28 milliseconds