HomeSort by relevance Sort by last modified time
    Searched full:numericshaper (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
NumericShaper.java 33 * The Class NumericShaper provides methods to convert latin character codes
38 public final class NumericShaper implements Serializable {
437 // flag if NumericShaper shapes contextually
446 * Creates NumericShaper with specified parameters.
452 private NumericShaper(int ranges, int defaultContext, boolean isContextual){
520 * Returns a hash code of this NumericShaper.
522 * @return a hash code of this NumericShaper.
537 * Compares this NumericShaper object with the specified Object.
541 * @return true, if this NumericShaper object is equal to
555 NumericShaper ns = (NumericShaper)obj
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
Bidi.java 25 import java.awt.font.NumericShaper;
106 * attribute specifies the instance of NumericShaper used to convert
174 // Apply NumericShaper to the text
175 Object numericShaper = paragraph
177 if (numericShaper != null && numericShaper instanceof NumericShaper) {
178 ((NumericShaper) numericShaper).shape(text, 0, length);
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 340 milliseconds