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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp2712 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2890 // rule9Adjust
2899 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { function in class:RBBILineMonkey
3001 rule9Adjust(prevPos, &prevChar, &pos, &thisChar);
3004 rule9Adjust(pos, &thisChar, &nextPos, &c);

Completed in 191 milliseconds