Home | History | Annotate | Download | only in unicode

Lines Matching refs: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.
857 * parseable substring. This function's behavior is affected by the lenient
886 * Turns lenient parse mode on and off.
888 * When in lenient parse mode, the formatter uses a Collator for parsing the text.
896 * lenient-parse mode:
910 * It's important to emphasize that even strict parsing is relatively lenient: it
914 * @param enabled If true, turns lenient-parse mode on; if false, turns it off.
921 * Returns true if lenient-parse mode is turned on. Lenient parsing is off
923 * @return true if lenient-parse mode is turned on.
994 UBool lenient;
1040 return lenient;