HomeSort by relevance Sort by last modified time
    Searched defs:getCharIndex (Results 1 - 3 of 3) sorted by null

  /frameworks/base/awt/java/awt/font/
TextHitInfo.java 160 public int getCharIndex() {
  /external/icu4c/layout/
LEGlyphStorage.cpp 292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const
521 le_int32 holdCharIndex = getCharIndex(fromPosition,success);
527 setCharIndex(i,getCharIndex(i+1,success),success);
533 setCharIndex(i,getCharIndex(i-1,success),success);
  /dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
NumericShaper.java 761 int index = getCharIndex(text[ind]);
801 private int getCharIndex(char ch){
    [all...]

Completed in 40 milliseconds