HomeSort by relevance Sort by last modified time
    Searched full:contextlimit (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu4c/i18n/
remtrans.cpp 63 index.contextLimit -= len;
remtrans.h 57 * pos.contextLimit. Otherwise, assume the text is complete.
uni2name.h 70 * pos.contextLimit. Otherwise, assume the text is complete.
casetrn.cpp 148 csc.limit = offsets.contextLimit;
184 csc.limit=offsets.contextLimit+=delta;
titletrn.cpp 114 csc.limit = offsets.contextLimit;
156 csc.limit=offsets.contextLimit+=delta;
casetrn.h 79 * pos.contextLimit. Otherwise, assume the text is complete.
name2uni.h 71 * pos.contextLimit. Otherwise, assume the text is complete.
nortrans.h 75 * pos.contextLimit. Otherwise, assume the text is complete.
titletrn.h 74 * pos.contextLimit. Otherwise, assume the text is complete.
brktrans.h 90 * pos.contextLimit. Otherwise, assume the text is complete.
unesctrn.h 99 * pos.contextLimit. Otherwise, assume the text is complete.
uni2name.cpp 111 offsets.contextLimit += limit - offsets.limit;
nortrans.cpp 149 offsets.contextLimit += delta;
218 offsets.contextLimit += delta;
rbt_set.cpp 52 pos.limit <= pos.contextLimit &&
53 pos.contextLimit <= input.length()) {
59 input.extractBetween(pos.limit, pos.contextLimit, d);
60 input.extractBetween(pos.contextLimit, input.length(), e);
68 // pos.limit + ", cl=" + pos.contextLimit + "} on " +
translit.cpp 115 index.contextLimit < index.limit ||
116 len < index.contextLimit);
199 offsets.contextLimit = limit;
219 * at <code>index.contextLimit</code>, advancing
220 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
223 * <code>index.contextLimit</code>. Characters before
229 * <code>index.start</code> and <code>index.contextLimit</code> will
234 * with <code>index.contextStart</code> and <code>index.contextLimit</code>
254 * inclusive; <code>0 <= index.contextStart <= index.contextLimit</code>.
256 * <li><code>index.contextLimit</code>: the ending index, exclusive
    [all...]
rbt.cpp 203 /* We keep contextStart and contextLimit fixed the entire time,
204 * relative to the text -- contextLimit may move numerically if
brktrans.cpp 131 offsets.contextLimit += delta;
esctrn.cpp 170 pos.contextLimit += limit - pos.limit;
name2uni.cpp 243 offsets.contextLimit += limit - offsets.limit;
unesctrn.cpp 281 pos.contextLimit += limit - pos.limit;
rbt_rule.cpp 428 match = postContext->matches(text, oText, pos.contextLimit, incremental);
437 if (oText != pos.contextLimit) {
456 pos.contextLimit += lenDelta;
  /external/icu4c/test/intltest/
trnserr.cpp 69 pos.contextLimit = 0;
102 len = pos.contextLimit = testString.length();
115 pos.contextLimit = testString.length();
128 pos.contextLimit = testString.length() - 1;
transapi.cpp 508 index.contextStart = index.contextLimit = index.start = index.limit = 0;
600 index.contextLimit=index.limit=getInt(Data[i+1]);
632 index.contextLimit = limit;
    [all...]
transtst.h 122 * Confirm that the contextStart, contextLimit, start, and limit
  /external/icu4c/common/unicode/
unifilt.h 26 * characters outside the range contextStart..contextLimit-1. This

Completed in 475 milliseconds

1 2