HomeSort by relevance Sort by last modified time
    Searched defs:INCLUSIONS (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
uniset_props.cpp 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];
958 const UnicodeSet* inclusions = getInclusions(src, status); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 25 milliseconds