Searched defs:isolate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java363 * If {@code isolate}, directionally isolates the string so that it does not garble its
378 * @param isolate Whether to directionally isolate the string to prevent it from garbling the
382 public String unicodeWrap(String str, TextDirectionHeuristic heuristic, boolean isolate) { argument
385 if (getStereoReset() && isolate) {
396 if (isolate) {
405 * {@code isolate} is true.
413 return unicodeWrap(str, heuristic, true /* isolate */);
421 * @param isolate Whether to directionally isolate th
425 unicodeWrap(String str, boolean isolate) argument
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java355 * If {@code isolate}, directionally isolates the string so that it does not garble its
369 * @param isolate Whether to directionally isolate the string to prevent it from garbling the
373 public String unicodeWrap(String str, TextDirectionHeuristicCompat heuristic, boolean isolate) { argument
376 if (getStereoReset() && isolate) {
387 if (isolate) {
396 * {@code isolate} is true.
403 return unicodeWrap(str, heuristic, true /* isolate */);
411 * @param isolate Whether to directionally isolate th
415 unicodeWrap(String str, boolean isolate) argument
[all...]

Completed in 125 milliseconds