/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 flags, int offset,
|
SpannableStringBuilder.java | [all...] |
TextLine.java | 722 int contextStart, int contextEnd, boolean runIsRtl, 739 int contextLen = contextEnd - contextStart; 744 contextStart, contextLen, flags, null, 0); 748 delta + end, delta + contextStart, delta + contextEnd, 789 drawTextRun(c, wp, start, end, contextStart, contextEnd, runIsRtl, [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | [all...] |
Canvas.java | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
titletrn.cpp | 95 for (start = offsets.start - 1; start >= offsets.contextStart; start -= U16_LENGTH(c)) { 113 csc.start = offsets.contextStart;
|
casetrn.cpp | 144 csc.start = offsets.contextStart;
|
rbt_set.cpp | 49 if (0 <= pos.contextStart && 50 pos.contextStart <= pos.start && 56 input.extractBetween(0, pos.contextStart, a); 57 input.extractBetween(pos.contextStart, pos.start, b); 67 // pos.contextStart + ", s=" + pos.start + ", l=" +
|
anytrans.cpp | 233 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit);
|
translit.cpp | 114 return !(index.contextStart < 0 || 115 index.start < index.contextStart || 200 offsets.contextStart= start; 229 * <code>index.contextStart</code> will be advanced to the first 236 * with <code>index.contextStart</code> and <code>index.contextLimit</code> 238 * transliterated, and <code>index.start == index.contextStart</code>. 255 * <ul><li><code>index.contextStart</code>: the beginning index, 256 * inclusive; <code>0 <= index.contextStart <= index.contextLimit</code>. 259 * <code>index.contextStart <= index.contextLimit <= text.length()</code>. 264 * considered for transliteration; <code>index.contextStart < [all...] |
/external/icu4c/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=" +
|
anytrans.cpp | 233 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit);
|
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...] |
/external/chromium_org/third_party/icu/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...] |
/external/icu4c/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 | 540 jstring text, jint start, jint end, jint contextStart, jint contextEnd, jint flags, 543 int count = doTextGlyphs(env, paint, textArray + contextStart, start - contextStart, 544 end - start, contextEnd - contextStart, flags, glyphs); 593 jstring text, jint start, jint end, jint contextStart, jint contextEnd, jint flags, 596 jfloat result = doTextRunAdvances(env, paint, textArray + contextStart, 597 start - contextStart, end - start, contextEnd - contextStart, flags, 648 jint contextStart, jint contextCount, jint flags, jint offset, jint cursorOpt) { 650 jint result = doTextRunCursor(env, paint, textArray, contextStart, contextCount, flags [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
utrans.h | 100 * being transliterated. The first region, [contextStart, 110 * <p>contextStart <= start <= limit <= contextLimit 129 int32_t contextStart;
|
/external/icu4c/i18n/unicode/ |
utrans.h | 100 * being transliterated. The first region, [contextStart, 110 * <p>contextStart <= start <= limit <= contextLimit 129 int32_t contextStart;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint_Delegate.java | 975 int end, int contextStart, int contextEnd, int flags, char[] glyphs) { 1003 String text, int start, int end, int contextStart, int contextEnd, 1005 // FIXME: support contextStart and contextEnd 1010 return native_getTextRunAdvances(native_object, buffer, 0, count, contextStart, 1011 contextEnd - contextStart, flags, advances, advancesIndex); 1016 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { 1025 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) { [all...] |
/frameworks/base/core/java/android/view/ |
GLES20Canvas.java | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utransts.c | 646 pos.start = pos.contextStart = 0; 691 pos.start = pos.contextStart = 0;
|