Searched defs:outChars (Results 1 – 13 of 13) sorted by relevance
/external/icu4c/layout/ |
D | TibetanLayoutEngine.cpp | 51 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
|
D | KhmerLayoutEngine.cpp | 45 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
|
D | ThaiLayoutEngine.cpp | 70 LEUnicode *outChars; in computeGlyphs() local
|
D | CanonShaping.cpp | 35 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in reorderMarks()
|
D | IndicLayoutEngine.cpp | 88 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
|
D | TibetanReordering.cpp | 139 TibetanReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage) in TibetanReorderingOutput() 323 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in reorder()
|
D | KhmerReordering.cpp | 137 KhmerReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage) in KhmerReorderingOutput() 360 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in reorder()
|
D | OpenTypeLayoutEngine.cpp | 179 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() 301 LEUnicode *outChars = NULL; in computeGlyphs() local
|
D | ArabicLayoutEngine.cpp | 67 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
|
D | LayoutEngine.cpp | 193 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() 311 LEUnicode *outChars = NULL; in computeGlyphs() local
|
D | IndicReordering.cpp | 176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) in IndicReorderingOutput() 626 LEUnicode *outChars, LEGlyphStorage &glyphStorage, in reorder() 1069 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in v2process()
|
D | HangulLayoutEngine.cpp | 210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | OutputStreamWriterTest.java | 441 char[] outChars = new char[capacity]; in testHandleEarlyEOFChar_2() local
|