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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duspoof_conf.h97 UnicodeString *fStringTable; member in class:ConfusabledataBuilder
H A Duspoof_conf.cpp153 fStringTable(NULL),
184 delete fStringTable;
325 fStringTable = new UnicodeString();
334 int32_t strIndex = fStringTable->length();
347 fStringTable->append(*(s->fStr));
450 uint32_t stringsLength = fStringTable->length();
458 fStringTable->extract(strings, stringsLength+1, status);
584 return UnicodeString(*fStringTable, value, length+1);
596 return UnicodeString(*fStringTable, value, length);

Completed in 92 milliseconds