Searched refs:scriptSets (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp112 UVector *scriptSets = NULL; local
123 // The scriptSets vector provides a mapping from TRIE values to the set of scripts.
135 scriptSets = new UVector(status);
136 if (scriptSets == NULL) {
140 scriptSets->addElement((void *)NULL, status);
141 scriptSets->addElement((void *)NULL, status);
227 U_ASSERT(setIndex < scriptSets->size());
228 bsset = static_cast<BuilderScriptSet *>(scriptSets->elementAt(setIndex));
238 setIndex = scriptSets->size();
245 scriptSets
[all...]
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp112 UVector *scriptSets = NULL; local
123 // The scriptSets vector provides a mapping from TRIE values to the set of scripts.
135 scriptSets = new UVector(status);
136 if (scriptSets == NULL) {
140 scriptSets->addElement((void *)NULL, status);
141 scriptSets->addElement((void *)NULL, status);
227 U_ASSERT(setIndex < scriptSets->size());
228 bsset = static_cast<BuilderScriptSet *>(scriptSets->elementAt(setIndex));
238 setIndex = scriptSets->size();
245 scriptSets
[all...]

Completed in 76 milliseconds