Searched refs:skipTagBackward (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java788 dirType = skipTagBackward();
827 * skipTagBackward() in a loop remains linear in the size of the text, even for a text like
828 * ">>>>", because skipTagBackward() also stops looking for a matching <
831 private byte skipTagBackward() { method in class:BidiFormatter.DirectionalityEstimator
871 * linear in the size of the text, even for a text like ";;;;;;;", because skipTagBackward()
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java778 dirType = skipTagBackward();
817 * skipTagBackward() in a loop remains linear in the size of the text, even for a text like
818 * ">>>>", because skipTagBackward() also stops looking for a matching <
821 private byte skipTagBackward() { method in class:BidiFormatter.DirectionalityEstimator
861 * linear in the size of the text, even for a text like ";;;;;;;", because skipTagBackward()

Completed in 13 milliseconds