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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKhmerLayoutEngine.cpp81 le_int32 worstCase = count * 3; // worst case is 3 for Khmer TODO check if 2 is enough local
83 outChars = LE_NEW_ARRAY(LEUnicode, worstCase);
90 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DTibetanLayoutEngine.cpp87 le_int32 worstCase = count * 3; // worst case is 3 for Khmer TODO check if 2 is enough local
89 outChars = LE_NEW_ARRAY(LEUnicode, worstCase);
96 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DIndicLayoutEngine.cpp124 le_int32 worstCase = count * IndicReordering::getWorstCaseExpansion(fScriptCode); local
126 outChars = LE_NEW_ARRAY(LEUnicode, worstCase);
133 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DHangulLayoutEngine.cpp246 le_int32 worstCase = count * 3; local
248 outChars = LE_NEW_ARRAY(LEUnicode, worstCase);
255 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);

Completed in 53 milliseconds