Searched refs:fKeyVec (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duspoof_conf.cpp151 fKeyVec(NULL),
168 fKeyVec = new UVector(status);
183 delete fKeyVec;
408 int32_t numKeys = fKeyVec->size();
417 int32_t key = fKeyVec->elementAti(i);
504 // fKeyVec and fValueVec
526 for (i=fKeyVec->size()-1; i>=0 ; i--) {
527 int32_t key = fKeyVec->elementAti(i);
538 fKeyVec->setElementAt(key, i);
559 fKeyVec
[all...]
H A Duspoof_conf.h95 UVector *fKeyVec; member in class:ConfusabledataBuilder
111 // outut: entry added to fKeyVec and fValueVec
117 // From an index into fKeyVec & fValueVec

Completed in 73 milliseconds