Searched refs:contextStart (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dtitletrn.cpp96 for (start = offsets.start - 1; start >= offsets.contextStart; start -= U16_LENGTH(c)) {
114 csc.start = offsets.contextStart;
H A Dcasetrn.cpp146 csc.start = offsets.contextStart;
H A Drbt_set.cpp50 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=" +
H A Danytrans.cpp233 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit);
H A Dtranslit.cpp112 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...]
H A Drbt_rule.cpp385 int32_t anteLimit = posBefore(text, pos.contextStart);
/external/icu/icu4c/source/i18n/
H A Dtitletrn.cpp96 for (start = offsets.start - 1; start >= offsets.contextStart; start -= U16_LENGTH(c)) {
114 csc.start = offsets.contextStart;
H A Dcasetrn.cpp146 csc.start = offsets.contextStart;
H A Drbt_set.cpp50 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=" +
H A Dtranslit.cpp112 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...]
H A Danytrans.cpp235 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit);
H A Drbt_rule.cpp385 int32_t anteLimit = posBefore(text, pos.contextStart);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtrnserr.cpp70 pos.contextStart = 0;
103 pos.contextStart = 0;
114 pos.contextStart = 0;
127 pos.contextStart = 0;
H A Dtransapi.cpp508 index.contextStart = index.contextLimit = index.start = index.limit = 0;
599 index.contextStart=getInt(Data[i+0]);
631 index.contextStart =start;
859 index.contextStart=getInt(DATA[i+2]);
879 got.extractBetween(0, index.contextStart, a);
880 got.extractBetween(index.contextStart, index.start, b);
H A Dcpdtrtst.cpp419 index.contextStart =0;
H A Dtranstst.cpp552 s.extractBetween(0, index.contextStart, a);
553 s.extractBetween(index.contextStart, index.start, b);
1015 * Confirm that the contextStart, contextLimit, start, and limit
1036 // They are: contextStart, contextLimit, start, limit
1055 pos.contextStart= POS[4*i];
3600 pos.contextStart = 0;
4800 if (0 <= pos.contextStart &&
4801 pos.contextStart <= pos.start &&
4807 input.extractBetween(0, pos.contextStart, a);
4808 input.extractBetween(pos.contextStart, po
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtrnserr.cpp70 pos.contextStart = 0;
103 pos.contextStart = 0;
114 pos.contextStart = 0;
127 pos.contextStart = 0;
H A Dtransapi.cpp508 index.contextStart = index.contextLimit = index.start = index.limit = 0;
599 index.contextStart=getInt(Data[i+0]);
631 index.contextStart =start;
859 index.contextStart=getInt(DATA[i+2]);
879 got.extractBetween(0, index.contextStart, a);
880 got.extractBetween(index.contextStart, index.start, b);
H A Dcpdtrtst.cpp419 index.contextStart =0;
H A Dtranstst.cpp551 s.extractBetween(0, index.contextStart, a);
552 s.extractBetween(index.contextStart, index.start, b);
1014 * Confirm that the contextStart, contextLimit, start, and limit
1035 // They are: contextStart, contextLimit, start, limit
1054 pos.contextStart= POS[4*i];
3599 pos.contextStart = 0;
4798 if (0 <= pos.contextStart &&
4799 pos.contextStart <= pos.start &&
4805 input.extractBetween(0, pos.contextStart, a);
4806 input.extractBetween(pos.contextStart, po
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dutrans.h100 * being transliterated. The first region, [contextStart,
110 * <p>contextStart <= start <= limit <= contextLimit
129 int32_t contextStart; member in struct:UTransPosition
/external/icu/icu4c/source/i18n/unicode/
H A Dutrans.h101 * being transliterated. The first region, [contextStart,
111 * <p>contextStart <= start <= limit <= contextLimit
130 int32_t contextStart; member in struct:UTransPosition
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c646 pos.start = pos.contextStart = 0;
691 pos.start = pos.contextStart = 0;
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c714 pos.start = pos.contextStart = 0;
759 pos.start = pos.contextStart = 0;
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c183 pos.contextStart = 0;

Completed in 1511 milliseconds

12