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

/external/icu4c/test/intltest/
H A Drbbitst.cpp3187 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
3356 // rule9Adjust
3365 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { function in class:RBBILineMonkey
3461 rule9Adjust(prevPos, &prevChar, &pos, &thisChar);
3464 rule9Adjust(pos, &thisChar, &nextPos, &c);

Completed in 24 milliseconds