Home
last modified time | relevance | path

Searched refs:worstCase (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DTibetanLayoutEngine.cpp62 le_int32 worstCase = count * 3; // worst case is 3 for Khmer TODO check if 2 is enough in characterProcessing() local
64 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DKhmerLayoutEngine.cpp56 le_int32 worstCase = count * 3; // worst case is 3 for Khmer TODO check if 2 is enough in characterProcessing() local
58 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DIndicLayoutEngine.cpp99 le_int32 worstCase = count * IndicReordering::getWorstCaseExpansion(fScriptCode); in characterProcessing() local
101 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DHangulLayoutEngine.cpp221 le_int32 worstCase = count * 3; in characterProcessing() local
223 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()