Searched refs:layoutChars (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.h396 virtual le_int32 layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success);
H A DSunLayoutEngine.cpp205 int glyphCount = engine->layoutChars(chars, start - min, limit - start, len, rtl, x, y, success);
H A DLayoutEngine.cpp543 le_int32 LayoutEngine::layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, function in class:LayoutEngine
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2809 stringCache = sc = layoutChars(true);
2838 return layoutChars(false);
3266 private String layoutChars(boolean sci) { method in class:BigDecimal
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java3676 public char[] layoutChars() { method in class:Formatter.FormatSpecifier.BigDecimalLayout

Completed in 84 milliseconds