Home | History | Annotate | Download | only in unicode

Lines Matching full:strings

45  * These functions are intended to check strings, typically
63 * This does not consider whether either of strings is potentially
381 * Get a list of locales for the scripts that are acceptable in strings
605 * Check the whether two specified strings are visually confusable.
623 * @param s1 The first of the two strings to be compared for
624 * confusability. The strings are in UTF-16 format.
628 * @param s2 The second of the two strings to be compared for
629 * confusability. The strings are in UTF-16 format.
635 * Confusability of the strings is not reported here,
639 * enum USpoofChecks. Zero is returned if the strings
652 * Check the whether two specified strings are visually confusable.
658 * @param s1 The first of the two strings to be compared for
659 * confusability. The strings are in UTF-8 format.
662 * @param s2 The second of the two strings to be compared for
663 * confusability. The strings are in UTF-18 format.
668 * Confusability of the strings is not reported here,
672 * enum USpoofChecks. Zero is returned if the strings
687 * Check the whether two specified strings are visually confusable.
693 * @param s1 The first of the two strings to be compared for
694 * confusability. The strings are in UTF-8 format.
695 * @param s2 The second of the two strings to be compared for
696 * confusability. The strings are in UTF-18 format.
699 * Confusability of the strings is not reported here,
703 * enum USpoofChecks. Zero is returned if the strings
718 * Two strings are confusable if their skeletons are identical.
757 * Two strings are confusable if their skeletons are identical.
800 * Two strings are confusable if their skeletons are identical.