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];
886 // To improve performance, use an inclusions set which
891 const UnicodeSet* inclusions = getInclusions(src, status);
899 int32_t limitRange = inclusions->getRangeCount();
903 UChar32 start = inclusions->getRangeStart(j);
904 UChar32 end = inclusions->getRangeEnd(j);