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

  /external/chromium/third_party/icu/source/i18n/
uspoof_buildconf.h 94 UVector *fValueVec;
109 // outut: entry added to fKeyVec and fValueVec
115 // From an index into fKeyVec & fValueVec
uspoof_buildconf.cpp 150 fValueVec(NULL),
167 fValueVec = new UVector(status);
184 delete fValueVec;
425 int32_t numValues = fValueVec->size();
433 uint32_t value = static_cast<uint32_t>(fValueVec->elementAti(i));
497 // fKeyVec and fValueVec
553 fValueVec->addElement(newData, status);
569 int32_t value = fValueVec->elementAti(index);
  /external/icu4c/i18n/
uspoof_conf.h 96 UVector *fValueVec;
111 // outut: entry added to fKeyVec and fValueVec
117 // From an index into fKeyVec & fValueVec
uspoof_conf.cpp 150 fValueVec(NULL),
167 fValueVec = new UVector(status);
184 delete fValueVec;
425 int32_t numValues = fValueVec->size();
433 uint32_t value = static_cast<uint32_t>(fValueVec->elementAti(i));
497 // fKeyVec and fValueVec
553 fValueVec->addElement(newData, status);
569 int32_t value = fValueVec->elementAti(index);

Completed in 46 milliseconds