Home | History | Annotate | Download | only in i18n

Lines Matching full:rule

28  * A transliteration rule used by
32 * <p>A rule consists of an input pattern and an output string. When
43 * <p>A rule may contain segments in its input string and segment
141 * An alias pointer to the data for this rule. The data provides
149 * Construct a new rule with the given input, output text, and other
166 * 0. For example, the rule "abc{def} > | @@@ xyz;" changes "def" to
173 * @param anchorStart TRUE if the the rule is anchored on the left to
175 * @param anchorEnd TRUE if the rule is anchored on the right to the
177 * @param data the rule data.
202 * Change the data object that this rule belongs to. Used
221 * Internal method. Returns 8-bit index value for this rule.
225 * @return 8-bit index value for this rule.
230 * Internal method. Returns true if this rule matches the given
233 * It matches this rule if it matches the first character of the
236 * value. If the rule contains only ante context, as in foo)>bar,
239 * @return true if this rule matches the given index value.
244 * Return true if this rule masks another rule. If r1 masks r2 then
248 * @param r2 the given rule to be compared with.
249 * @return true if this rule masks 'r2'
255 * the degree of match between this rule and the given text. The
279 * Create a rule string that represents this rule object. Append
286 * Union the set of all characters that may be modified by this rule
292 * Union the set of all characters that may be emitted by this rule