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

  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 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];
971 const UnicodeSet* inclusions = getInclusions(src, status); local
    [all...]
  /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];
886 // To improve performance, use an inclusions set whic
891 const UnicodeSet* inclusions = getInclusions(src, status); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 281 milliseconds