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

  /external/icu4c/i18n/
uspoof_conf.cpp 151 fKeyVec(NULL),
168 fKeyVec = new UVector(status);
183 delete fKeyVec;
405 int32_t numKeys = fKeyVec->size();
414 int32_t key = fKeyVec->elementAti(i);
499 // fKeyVec and fValueVec
521 for (i=fKeyVec->size()-1; i>=0 ; i--) {
522 int32_t key = fKeyVec->elementAti(i);
533 fKeyVec->setElementAt(key, i);
554 fKeyVec->addElement(newKey, status)
    [all...]
uspoof_conf.h 95 UVector *fKeyVec;
111 // outut: entry added to fKeyVec and fValueVec
117 // From an index into fKeyVec & fValueVec

Completed in 1039 milliseconds