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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java521 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
538 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir();
581 private final boolean isHtml; field in class:BidiFormatter.DirectionalityEstimator
605 * @param isHtml Whether the text to be scanned is to be treated as HTML, i.e. skipping over
608 DirectionalityEstimator(CharSequence text, boolean isHtml) { argument
610 this.isHtml = isHtml;
788 * charIndex. If isHtml, and the codepoint is '<' or '&', advances through the tag/entity,
804 if (isHtml) {
817 * charIndex backwards. If isHtml, an
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java465 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
482 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir();
525 private final boolean isHtml; field in class:BidiFormatter.DirectionalityEstimator
549 * @param isHtml Whether the text to be scanned is to be treated as HTML, i.e. skipping over
552 DirectionalityEstimator(String text, boolean isHtml) { argument
554 this.isHtml = isHtml;
732 * charIndex. If isHtml, and the codepoint is '<' or '&', advances through the tag/entity,
748 if (isHtml) {
761 * 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 70 milliseconds