Home | History | Annotate | Download | only in unicode

Lines Matching full:will

57      * will match 'a', 'A', 'b', and 'B'.  "[^ab]" with this flag will
73 * The closure set will also contain single code points if the original
85 * will match 'a', 'A', 'b', and 'B'. "[^ab]" with this flag will
126 * span(USET_SPAN_CONTAINED) because it will not recursively try
129 * span("xyax", USET_SPAN_CONTAINED) will return 4 but
130 * span("xyax", USET_SPAN_SIMPLE) will return 3.
131 * span(USET_SPAN_SIMPLE) will never be longer than
137 * span() will yield contained/not-contained boundaries of { 0, 2, 3 }
138 * while spanBack() will yield boundaries of { 0, 1, 3 }.
175 * If a set contains strings, then the span will be the longest substring
193 * If a set contains strings, then the span will be the longest substring
304 * If this set is frozen, then the clone will be frozen as well.
333 * A frozen set will not be modified. (It remains frozen.)
359 * A frozen set will not be modified.
374 * A frozen set will not be modified.
400 * A frozen set will not be modified.
426 * A frozen set will not be modified.
479 * will produce another set that is equal to this one.
499 * uset_contains(set, c) will return TRUE.
500 * A frozen set will not be modified.
514 * A frozen set will not be modified.
525 * uset_contains(set, start, end) will return TRUE.
526 * A frozen set will not be modified.
537 * uset_containsString(set, str, strLen) will return TRUE.
538 * A frozen set will not be modified.
550 * A frozen set will not be modified.
561 * uset_contains(set, c) will return FALSE.
562 * A frozen set will not be modified.
572 * uset_contains(set, start, end) will return FALSE.
573 * A frozen set will not be modified.
584 * uset_containsString(set, str, strLen) will return FALSE.
585 * A frozen set will not be modified.
599 * A frozen set will not be modified.
601 * @param removeSet the object that defines which elements will be
613 * A frozen set will not be modified.
631 * A frozen set will not be modified.
634 * @param retain set that defines which elements this set will retain
643 * A frozen set will not be modified.
655 * A frozen set will not be modified.
664 * set. Any character in the other set will be removed if it is
665 * in this set, or will be added if it is not in this set.
666 * A frozen set will not be modified.
669 * @param complement set that defines which elements will be xor'ed
677 * Removes all of the elements from this set. This set will be
679 * A frozen set will not be modified.
695 * foldCase(e), 'e' will be removed.
703 * A frozen set will not be modified.
1028 * @param pErrorCode pointer to the error code. Will be set to
1029 * U_INDEX_OUTOFBOUNDS_ERROR if n+2*m > 0x7FFF. Will be set to