Home | History | Annotate | Download | only in common

Lines Matching refs:inclusions

129 static UnicodeSet *INCLUSIONS[UPROPS_SRC_COUNT] = { NULL }; // cached getInclusions()
134 // Inclusions list
161 if (INCLUSIONS[i] != NULL) {
162 delete INCLUSIONS[i];
163 INCLUSIONS[i] = NULL;
183 UMTX_CHECK(NULL, (INCLUSIONS[src] == NULL), needInit);
259 if (INCLUSIONS[src] == NULL) {
260 INCLUSIONS[src] = incl;
271 return INCLUSIONS[src];
966 // To improve performance, use an inclusions set which
971 const UnicodeSet* inclusions = getInclusions(src, status);
979 int32_t limitRange = inclusions->getRangeCount();
983 UChar32 start = inclusions->getRangeStart(j);
984 UChar32 end = inclusions->getRangeEnd(j);