Home | History | Annotate | Download | only in i18n

Lines Matching full:unsafe

865                   USet *unsafe,
871 uset_clear(unsafe);
878 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
881 uset_addRange(unsafe, 0xe40, 0xe44);
882 uset_addRange(unsafe, 0xec0, 0xec4);
884 uset_addRange(unsafe, 0xd800, 0xdfff);
892 // to get unsafe code points, we need to
893 // break the strings apart and add them to the unsafe set
901 uset_add(unsafe, c);
909 return uset_size(unsafe);