Searched refs:posChar (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);
2899 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { argument
2911 if (!(fSP->contains(*posChar) || fBK->contains(*posChar) || *posChar==0x0d ||
2912 *posChar==0x0a ||fNL->contains(*posChar) || fZW->contains(*posChar))) {
2927 if (fCM->contains(*posChar)) {
2928 *posChar
[all...]

Completed in 138 milliseconds