Home | History | Annotate | Download | only in i18n

Lines Matching refs:fInitialChars

87     *fInitialChars    = *other.fInitialChars;
148 fInitialChars = NULL;
155 fInitialChars = new UnicodeSet;
161 fInitialChars == NULL || fInitialChars8 == NULL) {
193 delete fInitialChars;
194 fInitialChars = NULL;
590 int32_t numSetChars = This->fInitialChars->size();
596 UChar32 c = This->fInitialChars->charAt(i);
603 if (numSetChars < This->fInitialChars->size()) {