Searched refs:notInteresting (Results 1 – 3 of 3) sorted by relevance
1371 UnicodeSet notInteresting("[[:C:][:Unified_Ideograph:][:HST=LVT:]]", errorCode); in initExpectedSkippables() local1372 …nter<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting)); in initExpectedSkippables()
2384 UnicodeSet notInteresting=new UnicodeSet("[[:C:][:Unified_Ideograph:][:HST=LVT:]]"); in initSkippables() local2385 UnicodeSet unsure=((UnicodeSet)(skipSets[C].clone())).removeAll(notInteresting); in initSkippables()
2387 UnicodeSet notInteresting=new UnicodeSet("[[:C:][:Unified_Ideograph:][:HST=LVT:]]"); in initSkippables() local2388 UnicodeSet unsure=((UnicodeSet)(skipSets[C].clone())).removeAll(notInteresting); in initSkippables()