HomeSort by relevance Sort by last modified time
    Searched refs:styleStart (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 100 styleStart := 0
103 styleStart = styles[i-1].end
105 styleStart = 0
107 if end >= styleStart {
108 if styleStart < start {
109 styleStart = start
111 renderRun(text[styleStart-offset:end-offset], run.Direction(), styles[i].style)
112 if styleStart == start {
115 end = styleStart
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 100 styleStart := 0
103 styleStart = styles[i-1].end
105 styleStart = 0
107 if end >= styleStart {
108 if styleStart < start {
109 styleStart = start
111 renderRun(text[styleStart-offset:end-offset], run.Direction(), styles[i].style)
112 if styleStart == start {
115 end = styleStart
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
Cea608CCParser.java 487 int styleStart = -1;
494 } else if (mPACStyles[next] != null && (styleStart < 0 || start < 0)) {
502 if (styleStart >= 0 && start >= 0) {
503 applyStyleSpan(styledText, newStyle, styleStart, next);
505 styleStart = next;
519 if (styleStart >= 0) {
520 applyStyleSpan(styledText, curStyle, styleStart, expandedEnd);
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
ClosedCaptionRenderer.java 703 int styleStart = -1;
711 && (styleStart < 0 || start < 0)) {
719 if (styleStart >= 0 && start >= 0) {
720 applyStyleSpan(styledText, newStyle, styleStart, next);
722 styleStart = next;
736 if (styleStart >= 0) {
737 applyStyleSpan(styledText, curStyle, styleStart, expandedEnd);
    [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 710 int styleStart = -1;
718 && (styleStart < 0 || start < 0)) {
726 if (styleStart >= 0 && start >= 0) {
727 applyStyleSpan(styledText, newStyle, styleStart, next);
729 styleStart = next;
743 if (styleStart >= 0) {
744 applyStyleSpan(styledText, curStyle, styleStart, expandedEnd);
    [all...]
  /external/guice/lib/build/
spring-core.jar 

Completed in 79 milliseconds