HomeSort by relevance Sort by last modified time
    Searched refs:anteContextLength (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
rbt_rule.cpp 73 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...]
rbt_rule.h 92 * @see anteContextLength
116 * Substring [0,anteContextLength) of pattern is the anteContext.
118 int32_t anteContextLength;
121 * The length of the key. Substring [anteContextLength,
122 * anteContextLength + keyLength) is the key.
212 * implemented as the anteContextLength, optionally plus one if

Completed in 300 milliseconds