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

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

Completed in 75 milliseconds