Searched refs:rule9Adjust (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 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() function in RBBILineMonkey 2821 rule9Adjust(prevPos, &prevChar, &pos, &thisChar); in next() 2824 rule9Adjust(pos, &thisChar, &nextPos, &c); in next()
|