HomeSort by relevance Sort by last modified time
    Searched refs:LEErrorCode (Results 76 - 97 of 97) sorted by null

1 2 34

  /external/icu4c/layoutex/layout/
ParagraphLayout.h 395 LEErrorCode &status);
582 void computeSubFonts(const FontRuns *fontRuns, LEErrorCode &status);
  /external/icu4c/samples/layout/
paragraph.cpp 76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status)
254 LEErrorCode status = LE_NO_ERROR;
GDIFontInstance.cpp 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
317 LEErrorCode GDIFontInstance::initMapper()
clayout.c 77 LEErrorCode status = LE_NO_ERROR;
131 LEErrorCode fontStatus = LE_NO_ERROR;
layout.cpp 76 LEErrorCode status = LE_NO_ERROR;
130 LEErrorCode fontStatus = LE_NO_ERROR;
pflow.c 108 pf_flow *pf_create(const LEUnicode chars[], le_int32 charCount, const pl_fontRuns *fontRuns, LEErrorCode *status)
354 LEErrorCode status = LE_NO_ERROR;
gnomelayout.cpp 301 LEErrorCode fontStatus = LE_NO_ERROR;
cgnomelayout.c 300 LEErrorCode fontStatus = LE_NO_ERROR;
  /external/icu4c/test/letest/
gendata.cpp 162 LEErrorCode leStatus = LE_NO_ERROR;
244 LEErrorCode fontStatus = LE_NO_ERROR;
cletest.c 39 LEErrorCode status = LE_NO_ERROR;
188 LEErrorCode status = LE_NO_ERROR;
211 LEErrorCode status = LE_NO_ERROR;
398 LEErrorCode fontStatus = LE_NO_ERROR;
448 LEErrorCode status = LE_NO_ERROR;
514 LEErrorCode status = LE_NO_ERROR;
letest.cpp 56 LEErrorCode status = LE_NO_ERROR;
219 LEErrorCode status = LE_NO_ERROR;
241 LEErrorCode status = LE_NO_ERROR;
542 LEErrorCode fontStatus = LE_NO_ERROR;
615 LEErrorCode success = LE_NO_ERROR;
672 LEErrorCode fontStatus = LE_NO_ERROR;
750 LEErrorCode status = LE_NO_ERROR;
    [all...]
PortableFontInstance.cpp 67 PortableFontInstance::PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status)
  /external/icu4c/layout/
GlyphIterator.cpp 110 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success)
409 LEErrorCode success = LE_NO_ERROR;
421 LEErrorCode success = LE_NO_ERROR;
KernTable.cpp 173 LEErrorCode success = LE_NO_ERROR;
LEFontInstance.cpp 34 le_int32 script, LEErrorCode &success) const
IndicReordering.h 152 MPreFixups **outMPreFixups, LEErrorCode& success);
154 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);
ThaiShaping.cpp 148 LEErrorCode success = LE_NO_ERROR;
KhmerReordering.cpp 155 LEErrorCode success = LE_NO_ERROR;
TibetanReordering.cpp 157 LEErrorCode success = LE_NO_ERROR;
IndicRearrangementProcessor.cpp 70 LEErrorCode success = LE_NO_ERROR;
  /external/icu4c/layoutex/
playout.cpp 34 LEErrorCode *status)
ParagraphLayout.cpp 317 LEErrorCode &status)
359 LEErrorCode layoutStatus = LE_NO_ERROR;
776 void ParagraphLayout::computeSubFonts(const FontRuns *fontRuns, LEErrorCode &status)
    [all...]

Completed in 709 milliseconds

1 2 34