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

  /external/chromium_org/third_party/icu/source/i18n/
rbt.cpp 53 fData = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
transreg.cpp 144 transliterators.addElement(transes->orphanElementAt(0), ec);
150 transliterators.addElement(transes->orphanElementAt(0), ec);
478 delete (TransliterationRuleData*)u.dataVector->orphanElementAt(0);
574 entry->u.data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
599 TransliterationRuleData* data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
    [all...]
basictz.cpp 507 r = (TimeZoneRule*)orgRules->orphanElementAt(0);
526 r = (TimeZoneRule*)orgRules->orphanElementAt(0);
534 r = (TimeZoneRule*)filteredRules->orphanElementAt(0);
rbtz.cpp 613 delete (TimeZoneRule*)(fHistoricRules->orphanElementAt(0));
620 delete (AnnualTimeZoneRule*)(fFinalRules->orphanElementAt(0));
631 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0);
660 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i);
rbt_pars.cpp 839 delete (TransliterationRuleData*)(dataVector.orphanElementAt(0));
843 delete (UnicodeFunctor*)variablesVector.orphanElementAt(0);
890 delete (TransliterationRuleData*)(dataVector.orphanElementAt(0));
    [all...]
translit.cpp     [all...]
tridpars.cpp 521 t = (Transliterator*) tlist.orphanElementAt(0);
vtzone.cpp     [all...]
  /external/icu4c/i18n/
rbt.cpp 53 fData = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
transreg.cpp 146 transliterators.addElement(transes->orphanElementAt(0), ec);
152 transliterators.addElement(transes->orphanElementAt(0), ec);
480 delete (TransliterationRuleData*)u.dataVector->orphanElementAt(0);
576 entry->u.data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
601 TransliterationRuleData* data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
    [all...]
basictz.cpp 507 r = (TimeZoneRule*)orgRules->orphanElementAt(0);
526 r = (TimeZoneRule*)orgRules->orphanElementAt(0);
534 r = (TimeZoneRule*)filteredRules->orphanElementAt(0);
rbtz.cpp 635 delete (TimeZoneRule*)(fHistoricRules->orphanElementAt(0));
642 delete (AnnualTimeZoneRule*)(fFinalRules->orphanElementAt(0));
653 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0);
682 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i);
rbt_pars.cpp 845 delete (TransliterationRuleData*)(dataVector.orphanElementAt(0));
849 delete (UnicodeFunctor*)variablesVector.orphanElementAt(0);
896 delete (TransliterationRuleData*)(dataVector.orphanElementAt(0));
    [all...]
translit.cpp     [all...]
tridpars.cpp 521 t = (Transliterator*) tlist.orphanElementAt(0);
vtzone.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
uvector.cpp 236 void* e = orphanElementAt(index);
421 void* UVector::orphanElementAt(int32_t index) {
uvector.h 224 void* orphanElementAt(int32_t index);
  /external/icu4c/common/
uvector.cpp 237 void* e = orphanElementAt(index);
422 void* UVector::orphanElementAt(int32_t index) {
uvector.h 207 void* orphanElementAt(int32_t index);

Completed in 6860 milliseconds