Searched defs:isHtml (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java472 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
489 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir();
532 private final boolean isHtml; field in class:BidiFormatter.DirectionalityEstimator
556 * @param isHtml Whether the text to be scanned is to be treated as HTML, i.e. skipping over
559 DirectionalityEstimator(String text, boolean isHtml) { argument
561 this.isHtml = isHtml;
739 * charIndex. If isHtml, and the codepoint is '<' or '&', advances through the tag/entity,
755 if (isHtml) {
768 * charIndex backwards. If isHtml, an
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java462 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
479 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir();
522 private final boolean isHtml; field in class:BidiFormatter.DirectionalityEstimator
546 * @param isHtml Whether the text to be scanned is to be treated as HTML, i.e. skipping over
549 DirectionalityEstimator(String text, boolean isHtml) { argument
551 this.isHtml = isHtml;
729 * charIndex. If isHtml, and the codepoint is '<' or '&', advances through the tag/entity,
745 if (isHtml) {
758 * charIndex backwards. If isHtml, an
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java178 if (tokens.get(i).isHtml() &&
710 public abstract boolean isHtml(); method in class:AbstractMessageParser.Token
711 public boolean isArray() { return !isHtml(); }
729 public boolean isHtml() { return true; } method in class:AbstractMessageParser.Html
779 public boolean isHtml() { return false; } method in class:AbstractMessageParser.MusicTrack
799 public boolean isHtml() { return false; } method in class:AbstractMessageParser.Link
825 public boolean isHtml() { return false; } method in class:AbstractMessageParser.Video
884 public boolean isHtml() { return false; } method in class:AbstractMessageParser.YouTubeVideo
975 public boolean isHtml() { return false; } method in class:AbstractMessageParser.Photo
1059 public boolean isHtml() { retur method in class:AbstractMessageParser.FlickrPhoto
1145 public boolean isHtml() { return false; } method in class:AbstractMessageParser.Smiley
1166 public boolean isHtml() { return false; } method in class:AbstractMessageParser.Acronym
1190 public boolean isHtml() { return true; } method in class:AbstractMessageParser.Format
[all...]

Completed in 2845 milliseconds