Home | History | Annotate | Download | only in intltest

Lines Matching full:fset

2374             fSet(set), nextStringIndex(0), nextUTF8Start(0) {
2382 if(nextStringIndex<fSet.stringsLength) {
2383 return fSet.strings[nextStringIndex++];
2391 if(nextStringIndex<fSet.stringsLength) {
2392 const char *s8=fSet.utf8+nextUTF8Start;
2393 nextUTF8Start+=length=fSet.utf8Lengths[nextStringIndex++];
2402 const UnicodeSetWithStrings &fSet;