HomeSort by relevance Sort by last modified time
    Searched refs:contextStart (Results 1 - 25 of 48) sorted by null

1 2

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ReplaceableContextIterator.java 36 limit=cpStart=cpLimit=index=contextStart=contextLimit=0;
48 cpStart=cpLimit=index=contextStart=0;
90 * @param contextStart Start of context for next().
93 public void setContextLimits(int contextStart, int contextLimit) {
94 if(contextStart<0) {
95 this.contextStart=0;
96 } else if(contextStart<=rep.length()) {
97 this.contextStart=contextStart;
99 this.contextStart=rep.length()
    [all...]
  /frameworks/base/core/java/android/text/
GraphicsOperations.java 40 void drawTextRun(Canvas c, int start, int end, int contextStart, int contextEnd,
57 float getTextRunAdvances(int start, int end, int contextStart, int contextEnd,
64 int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset,
SpannableStringBuilder.java     [all...]
TextLine.java 725 int contextStart, int contextEnd, boolean runIsRtl,
744 ret = wp.getRunAdvance(mChars, start, end, contextStart, contextEnd,
749 delta + contextStart, delta + contextEnd, runIsRtl, delta + end);
789 drawTextRun(c, wp, start, end, contextStart, contextEnd, runIsRtl,
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
Canvas.java     [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
UtilityExtensions.java 68 if (0 <= pos.contextStart &&
69 pos.contextStart <= pos.start &&
75 //a = input.substring(0, pos.contextStart);
76 b = input.substring(pos.contextStart, pos.start);
88 pos.contextStart + ", s=" + pos.start + ", l=" +
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ErrorTest.java 76 pos.contextStart = 0;
87 pos.contextStart = 0;
100 pos.contextStart = 0;
  /external/icu/icu4c/source/i18n/
titletrn.cpp 96 for (start = offsets.start - 1; start >= offsets.contextStart; start -= U16_LENGTH(c)) {
114 csc.start = offsets.contextStart;
casetrn.cpp 146 csc.start = offsets.contextStart;
rbt_set.cpp 50 if (0 <= pos.contextStart &&
51 pos.contextStart <= pos.start &&
57 input.extractBetween(0, pos.contextStart, a);
58 input.extractBetween(pos.contextStart, pos.start, b);
68 // pos.contextStart + ", s=" + pos.start + ", l=" +
translit.cpp 112 return !(index.contextStart < 0 ||
113 index.start < index.contextStart ||
198 offsets.contextStart= start;
227 * <code>index.contextStart</code> will be advanced to the first
234 * with <code>index.contextStart</code> and <code>index.contextLimit</code>
236 * transliterated, and <code>index.start == index.contextStart</code>.
253 * <ul><li><code>index.contextStart</code>: the beginning index,
254 * inclusive; <code>0 <= index.contextStart <= index.contextLimit</code>.
257 * <code>index.contextStart <= index.contextLimit <= text.length()</code>.
262 * considered for transliteration; <code>index.contextStart <
    [all...]
anytrans.cpp 235 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit);
rbt_rule.cpp 385 int32_t anteLimit = posBefore(text, pos.contextStart);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TitlecaseTransliterator.java 86 for (start = offsets.start - 1; start >= offsets.contextStart; start -= UTF16.getCharCount(c)) {
105 iter.setContextLimits(offsets.contextStart, offsets.contextLimit);
Transliterator.java 249 * transliterated. The first region, [contextStart,
259 * <p>contextStart <= start <= limit <= contextLimit
277 public int contextStart;
309 * contextStart, and contextLimit all equal to zero.
318 * contextStart, and contextLimit. The limit is set to the
322 public Position(int contextStart, int contextLimit, int start) {
323 this(contextStart, contextLimit, start, contextLimit);
328 * contextStart, and contextLimit.
331 public Position(int contextStart, int contextLimit,
333 this.contextStart = contextStart
    [all...]
CaseFoldTransliterator.java 75 iter.setContextLimits(offsets.contextStart, offsets.contextLimit);
LowercaseTransliterator.java 82 iter.setContextLimits(offsets.contextStart, offsets.contextLimit);
UppercaseTransliterator.java 78 iter.setContextLimits(offsets.contextStart, offsets.contextLimit);
  /external/icu/icu4c/source/test/intltest/
trnserr.cpp 70 pos.contextStart = 0;
103 pos.contextStart = 0;
114 pos.contextStart = 0;
127 pos.contextStart = 0;
transapi.cpp 508 index.contextStart = index.contextLimit = index.start = index.limit = 0;
599 index.contextStart=getInt(Data[i+0]);
631 index.contextStart =start;
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 752 jstring text, jint start, jint end, jint contextStart, jint contextEnd, jboolean isRtl,
757 jfloat result = doTextRunAdvances(env, paint, typeface, textArray + contextStart,
758 start - contextStart, end - start, contextEnd - contextStart, isRtl,
772 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) {
775 jint result = doTextRunCursor(env, paint, textArray, contextStart, contextCount, dir,
782 jint contextStart, jint contextEnd, jint dir, jint offset, jint cursorOpt) {
785 jint result = doTextRunCursor(env, paint, textArray, contextStart,
786 contextEnd - contextStart, dir, offset, cursorOpt);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 991 int end, int contextStart, int contextEnd, int flags, char[] glyphs) {
1021 String text, int start, int end, int contextStart, int contextEnd,
1023 // FIXME: support contextStart and contextEn
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 101 * being transliterated. The first region, [contextStart,
111 * <p>contextStart <= start <= limit <= contextLimit
130 int32_t contextStart;
  /external/icu/icu4c/source/test/cintltst/
utransts.c 714 pos.start = pos.contextStart = 0;
759 pos.start = pos.contextStart = 0;

Completed in 793 milliseconds

1 2