Home | History | Annotate | Download | only in i18n

Lines Matching defs:key

37  * exactly (the key) and optional context.  Context must match if it
38 * is specified. Context may be specified before the key, after the
39 * key, or both. The key, preceding context, and following context
68 * The match that must occur before the key, or null if there is no
74 * The matcher object for the key. If null, then the key is empty.
76 StringMatcher *key;
79 * The match that must occur after the key, or null if there is no
85 * The object that performs the replacement if the key,
91 * The string that must be matched, consisting of the anteContext, key,
116 * The length of the string that must match before the key. If
117 * zero, then there is no matching requirement before the key.
123 * The length of the key. Substring [anteContextLength,
124 * anteContextLength + keyLength) is the key.
153 * @param input input string, including key and optional ante and
224 * This is the low byte of the first character of the key,
225 * unless the first character of the key is a set. If it's a
234 * representing the low byte of the first character of the key.
236 * key, or if the first character of the key is a set, and the set
239 * then it will match any key.
260 * does not match the context or key. A partial match means some
261 * context and key characters match, but the text is not long
263 * and key characters match.