Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

37 uset_open(UChar32 start, UChar32 end) {
68 UChar32 start, UChar32 end) {
78 uset_add(USet* set, UChar32 c) {
83 uset_addRange(USet* set, UChar32 start, UChar32 end) {
102 uset_remove(USet* set, UChar32 c) {
107 uset_removeRange(USet* set, UChar32 start, UChar32 end) {
123 uset_retain(USet* set, UChar32 start, UChar32 end) {
163 uset_contains(const USet* set, UChar32 c) {
168 uset_containsRange(const USet* set, UChar32 start, UChar32 end) {
226 uset_indexOf(const USet* set, UChar32 c) {
230 U_CAPI UChar32 U_EXPORT2
270 UChar32* start, UChar32* end,
303 // UChar32* pStart, UChar32* pEnd) {
375 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c) {
408 uset_serializedContains(const USerializedSet* set, UChar32 c) {
476 UChar32* pStart, UChar32* pEnd) {
530 // findChar(const UChar32* array, int32_t length, UChar32 c) {
548 // addRemove(USet* set, UChar32 c, int32_t doRemove) {
606 // UChar32* newArray=(UChar32* )uprv_malloc(newCapacity*4);
632 // uset_add(USet* set, UChar32 c) {
637 // uset_remove(USet* set, UChar32 c) {