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

  /external/icu4c/i18n/
uspoof_buildconf.cpp 149 fKeyVec(NULL),
166 fKeyVec = new UVector(status);
181 delete fKeyVec;
403 int32_t numKeys = fKeyVec->size();
412 int32_t key = fKeyVec->elementAti(i);
497 // fKeyVec and fValueVec
519 for (i=fKeyVec->size()-1; i>=0 ; i--) {
520 int32_t key = fKeyVec->elementAti(i);
531 fKeyVec->setElementAt(key, i);
552 fKeyVec->addElement(newKey, status)
    [all...]
uspoof_buildconf.h 93 UVector *fKeyVec;
109 // outut: entry added to fKeyVec and fValueVec
115 // From an index into fKeyVec & fValueVec

Completed in 16 milliseconds