Searched refs:worstCase (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | TibetanLayoutEngine.cpp | 62 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()
|
D | KhmerLayoutEngine.cpp | 56 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()
|
D | IndicLayoutEngine.cpp | 99 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()
|
D | HangulLayoutEngine.cpp | 221 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()
|