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