Searched refs:fNegativePrefix (Results 1 – 2 of 2) sorted by relevance
401 fNegativePrefix = rhs.fNegativePrefix; in operator =()489 fNegativePrefix == other->fNegativePrefix) in operator ==()496 debugout(fNegativePrefix); in operator ==()504 debugout(other->fNegativePrefix); in operator ==()582 fNegativePrefix == other->fNegativePrefix) in operator ==()1797 patternToCompare = &fNegativePrefix; in compareAffix()2162 result = fNegativePrefix; in getNegativePrefix()2172 fNegativePrefix = newValue; in setNegativePrefix()2557 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, FALSE); in expandAffixes()2569 .append(";") .append(fNegativePrefix).append("|").append(fNegativeSuffix) in expandAffixes()[all …]
1871 UnicodeString fNegativePrefix; variable