Lines Matching defs:that

9  * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
64 * <p>A substitution rule defines a name that can be used in place of an expression. It
76 * expression defines a set of characters (the &quot;<em>ignore characters</em>&quot;) that
93 * <td width="94%">Specifies that the expression preceding the asterisk may occur any number
98 * <td width="94%">Encloses a sequence of characters that is optional.</td>
121 * overlap, * will match the longest sequence of characters that match the expression before
130 * match any single character that is specified in the [] expression.&nbsp; For more on the
138 * will actually go before the whitespace).&nbsp; Expressions that don't contain / put the
149 * regular-expression parser sees it.&nbsp; Of course, this means that \ sequences that are
158 * parser that this expression specifies the backwards-iteration behavior of the iterator,
190 * the same as specifying all two-letter codes that begin with that letter (for example,
193 * category code or a single letter that begins a Unicode category code is illegal within
249 * Version number of the dictionary that was read in.
264 * Tables that indexes from character values to character category numbers
524 public boolean equals(Object that) {
526 if (that == null) {
530 RuleBasedBreakIterator other = (RuleBasedBreakIterator) that;
664 // before where we started, and then return that value
777 // we can determine that the specified position is a break position,
853 // function is called while we're in that state, we have to fudge an
960 // (the theory here is that if there are no characters at all after the lookahead
961 // position, that always matches the lookahead criteria)
972 * This is a position that we know, without any context, must be a break position.
1005 // that takes us into the stop state will always be the character BEFORE
1054 * the change will not be reflected by this wrapper. Does that matter?