Home | History | Annotate | Download | only in common

Lines Matching defs:INCLUSIONS

130 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions()
135 // Inclusions list
162 if (INCLUSIONS[i] != NULL) {
163 delete INCLUSIONS[i];
164 INCLUSIONS[i] = NULL;
184 UMTX_CHECK(NULL, (INCLUSIONS[src] == NULL), needInit);
260 if (INCLUSIONS[src] == NULL) {
261 INCLUSIONS[src] = incl;
272 return INCLUSIONS[src];
953 // To improve performance, use an inclusions set which
958 const UnicodeSet* inclusions = getInclusions(src, status);
966 int32_t limitRange = inclusions->getRangeCount();
970 UChar32 start = inclusions->getRangeStart(j);
971 UChar32 end = inclusions->getRangeEnd(j);