/external/chromium_org/third_party/icu/source/i18n/ |
casetrn.cpp | 147 csc.limit = offsets.contextLimit; 183 csc.limit=offsets.contextLimit+=delta;
|
titletrn.cpp | 115 csc.limit = offsets.contextLimit; 157 csc.limit=offsets.contextLimit+=delta;
|
remtrans.cpp | 64 index.contextLimit -= len;
|
uni2name.cpp | 112 offsets.contextLimit += limit - offsets.limit;
|
rbt_rule.cpp | 429 match = postContext->matches(text, oText, pos.contextLimit, incremental); 438 if (oText != pos.contextLimit) { 457 pos.contextLimit += lenDelta;
|
brktrans.cpp | 131 offsets.contextLimit += delta;
|
nortrans.cpp | 129 offsets.contextLimit += delta; 170 offsets.contextLimit += limit - offsets.limit;
|
rbt_set.cpp | 53 pos.limit <= pos.contextLimit && 54 pos.contextLimit <= input.length()) { 60 input.extractBetween(pos.limit, pos.contextLimit, d); 61 input.extractBetween(pos.contextLimit, input.length(), e); 69 // pos.limit + ", cl=" + pos.contextLimit + "} on " +
|
name2uni.cpp | 245 offsets.contextLimit += limit - offsets.limit;
|
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...] |
/external/icu/icu4c/source/i18n/ |
casetrn.cpp | 147 csc.limit = offsets.contextLimit; 183 csc.limit=offsets.contextLimit+=delta;
|
titletrn.cpp | 115 csc.limit = offsets.contextLimit; 157 csc.limit=offsets.contextLimit+=delta;
|
remtrans.cpp | 64 index.contextLimit -= len;
|
uni2name.cpp | 112 offsets.contextLimit += limit - offsets.limit;
|
rbt_rule.cpp | 429 match = postContext->matches(text, oText, pos.contextLimit, incremental); 438 if (oText != pos.contextLimit) { 457 pos.contextLimit += lenDelta;
|
brktrans.cpp | 131 offsets.contextLimit += delta;
|
nortrans.cpp | 129 offsets.contextLimit += delta; 170 offsets.contextLimit += limit - offsets.limit;
|
rbt_set.cpp | 53 pos.limit <= pos.contextLimit && 54 pos.contextLimit <= input.length()) { 60 input.extractBetween(pos.limit, pos.contextLimit, d); 61 input.extractBetween(pos.contextLimit, input.length(), e); 69 // pos.limit + ", cl=" + pos.contextLimit + "} on " +
|
name2uni.cpp | 245 offsets.contextLimit += limit - offsets.limit;
|
/external/chromium_org/third_party/icu/source/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...] |
/external/icu/icu4c/source/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...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
utrans.h | 101 * contextLimit), defines what characters the transliterator will read 110 * <p>contextStart <= start <= limit <= contextLimit 139 int32_t contextLimit;
|
/external/icu/icu4c/source/i18n/unicode/ |
utrans.h | 102 * contextLimit), defines what characters the transliterator will read 111 * <p>contextStart <= start <= limit <= contextLimit 140 int32_t contextLimit;
|