Searched refs:anteContextLength (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_rule.cpp73 anteContextLength = 0;
80 anteContextLength = anteContextPos;
83 keyLength = input.length() - anteContextLength;
85 if (postContextPos < anteContextLength ||
91 keyLength = postContextPos - anteContextLength;
117 if (anteContextLength > 0) {
118 anteContext = new StringMatcher(pattern, 0, anteContextLength,
129 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength,
138 int32_t postContextLength = pattern.length() - keyLength - anteContextLength;
[all...]
H A Drbt_rule.h92 * @see anteContextLength
116 * Substring [0,anteContextLength) of pattern is the anteContext.
118 int32_t anteContextLength; member in class:TransliterationRule
121 * The length of the key. Substring [anteContextLength,
122 * anteContextLength + keyLength) is the key.
212 * implemented as the anteContextLength, optionally plus one if
/external/icu4c/i18n/
H A Drbt_rule.cpp74 anteContextLength = 0;
81 anteContextLength = anteContextPos;
84 keyLength = input.length() - anteContextLength;
86 if (postContextPos < anteContextLength ||
92 keyLength = postContextPos - anteContextLength;
118 if (anteContextLength > 0) {
119 anteContext = new StringMatcher(pattern, 0, anteContextLength,
130 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength,
139 int32_t postContextLength = pattern.length() - keyLength - anteContextLength;
[all...]
H A Drbt_rule.h92 * @see anteContextLength
116 * Substring [0,anteContextLength) of pattern is the anteContext.
118 int32_t anteContextLength; member in class:TransliterationRule
121 * The length of the key. Substring [anteContextLength,
122 * anteContextLength + keyLength) is the key.
212 * implemented as the anteContextLength, optionally plus one if
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 131 milliseconds