Home | History | Annotate | Download | only in unicode

Lines Matching defs:lenient

217  * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
218 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
219 * description which is used to define equivalences for lenient parsing. For more information
220 * on the syntax, see <tt>RuleBasedCollator</tt>. For more information on lenient parsing,
223 * of the <tt>lenient-parse</tt> rule set.</p>
552 * for lenient parsing.
558 * lenient parsing.
587 * lenient parsing.
860 * parseable substring. This function's behavior is affected by the lenient
889 * Turns lenient parse mode on and off.
891 * When in lenient parse mode, the formatter uses a Collator for parsing the text.
899 * lenient-parse mode:
913 * It's important to emphasize that even strict parsing is relatively lenient: it
917 * @param enabled If true, turns lenient-parse mode on; if false, turns it off.
924 * Returns true if lenient-parse mode is turned on. Lenient parsing is off
926 * @return true if lenient-parse mode is turned on.
997 UBool lenient;
1043 return lenient;