Home
last modified time | relevance | path

Searched defs:outChars (Results 1 – 13 of 13) sorted by relevance

/external/icu4c/layout/
DTibetanLayoutEngine.cpp51 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
DKhmerLayoutEngine.cpp45 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
DThaiLayoutEngine.cpp70 LEUnicode *outChars; in computeGlyphs() local
DCanonShaping.cpp35 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in reorderMarks()
DIndicLayoutEngine.cpp88 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
DTibetanReordering.cpp139 TibetanReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage) in TibetanReorderingOutput()
323 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in reorder()
DKhmerReordering.cpp137 KhmerReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage) in KhmerReorderingOutput()
360 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in reorder()
DOpenTypeLayoutEngine.cpp179 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
301 LEUnicode *outChars = NULL; in computeGlyphs() local
DArabicLayoutEngine.cpp67 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
DLayoutEngine.cpp193 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
311 LEUnicode *outChars = NULL; in computeGlyphs() local
DIndicReordering.cpp176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) in IndicReorderingOutput()
626 LEUnicode *outChars, LEGlyphStorage &glyphStorage, in reorder()
1069 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in v2process()
DHangulLayoutEngine.cpp210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DOutputStreamWriterTest.java441 char[] outChars = new char[capacity]; in testHandleEarlyEOFChar_2() local