Searched refs:posChar (Results 1 – 1 of 1) sorted by relevance
2513 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);2719 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument2731 if (!(fSP->contains(*posChar) || fBK->contains(*posChar) || *posChar==0x0d || in rule9Adjust()2732 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) { in rule9Adjust()2747 if (fCM->contains(*posChar)) { in rule9Adjust()2748 *posChar = u'A'; in rule9Adjust()