Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2968 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
3177 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() function in RBBILineMonkey
3279 rule9Adjust(prevPos, &prevChar, &pos, &thisChar); in next()
3282 rule9Adjust(pos, &thisChar, &nextPos, &c); in next()