Searched refs:intPropIncl (Results 1 – 3 of 3) sorted by relevance
211 LocalPointer<UnicodeSet> intPropIncl(new UnicodeSet(0, 0)); in initIntPropInclusion() local212 if (intPropIncl.isNull()) { in initIntPropInclusion()224 intPropIncl->add(c); in initIntPropInclusion()230 if (intPropIncl->isBogus()) { in initIntPropInclusion()235 intPropIncl->compact(); in initIntPropInclusion()236 gInclusions[inclIndex].fSet = intPropIncl.orphan(); in initIntPropInclusion()
93 UnicodeSet intPropIncl = new UnicodeSet(0, 0); in getIntPropInclusions() local102 intPropIncl.add(c); in getIntPropInclusions()109 return inclusions[inclIndex] = intPropIncl.compact(); in getIntPropInclusions()
95 UnicodeSet intPropIncl = new UnicodeSet(0, 0); in getIntPropInclusions() local104 intPropIncl.add(c); in getIntPropInclusions()111 return inclusions[inclIndex] = intPropIncl.compact(); in getIntPropInclusions()