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

  /external/icu4c/i18n/
rbt_pars.h 48 UVector idBlockVector;
translit.cpp     [all...]
rbt_pars.cpp 823 idBlockVector(statusReturn),
827 idBlockVector.setDeleter(uhash_deleteUnicodeString);
896 idBlockVector.removeAllElements();
    [all...]
transreg.cpp 568 if (parser.idBlockVector.isEmpty() && parser.dataVector.isEmpty()) {
573 else if (parser.idBlockVector.isEmpty() && parser.dataVector.size() == 1) {
577 else if (parser.idBlockVector.size() == 1 && parser.dataVector.isEmpty()) {
578 entry->stringArg = *(UnicodeString*)(parser.idBlockVector.elementAt(0));
588 int32_t limit = parser.idBlockVector.size();
593 if (i < parser.idBlockVector.size()) {
594 UnicodeString* idBlock = (UnicodeString*)parser.idBlockVector.elementAt(i);
    [all...]
rbt.cpp 46 if (parser.idBlockVector.size() != 0 ||

Completed in 311 milliseconds