Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

39 uset_open(UChar32 start, UChar32 end) {
70 UChar32 start, UChar32 end) {
80 uset_add(USet* set, UChar32 c) {
85 uset_addRange(USet* set, UChar32 start, UChar32 end) {
104 uset_remove(USet* set, UChar32 c) {
109 uset_removeRange(USet* set, UChar32 start, UChar32 end) {
125 uset_retain(USet* set, UChar32 start, UChar32 end) {
165 uset_contains(const USet* set, UChar32 c) {
170 uset_containsRange(const USet* set, UChar32 start, UChar32 end) {
228 uset_indexOf(const USet* set, UChar32 c) {
232 U_CAPI UChar32 U_EXPORT2
272 UChar32* start, UChar32* end,
305 // UChar32* pStart, UChar32* pEnd) {
377 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c) {
410 uset_serializedContains(const USerializedSet* set, UChar32 c) {
478 UChar32* pStart, UChar32* pEnd) {
532 // findChar(const UChar32* array, int32_t length, UChar32 c) {
550 // addRemove(USet* set, UChar32 c, int32_t doRemove) {
608 // UChar32* newArray=(UChar32* )uprv_malloc(newCapacity*4);
634 // uset_add(USet* set, UChar32 c) {
639 // uset_remove(USet* set, UChar32 c) {