Searched refs:notInteresting (Results 1 – 3 of 3) sorted by relevance
1342 UnicodeSet notInteresting("[[:C:][:Unified_Ideograph:][:HST=LVT:]]", errorCode); in initExpectedSkippables() local1343 …nter<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting)); in initExpectedSkippables()
2328 UnicodeSet notInteresting=new UnicodeSet("[[:C:][:Unified_Ideograph:][:HST=LVT:]]"); in initSkippables() local2329 UnicodeSet unsure=((UnicodeSet)(skipSets[C].clone())).removeAll(notInteresting); in initSkippables()
2324 UnicodeSet notInteresting=new UnicodeSet("[[:C:][:Unified_Ideograph:][:HST=LVT:]]"); in initSkippables() local2325 UnicodeSet unsure=((UnicodeSet)(skipSets[C].clone())).removeAll(notInteresting); in initSkippables()