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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp2928 *posChar = 0x41; // thisChar = 'A';
2943 UChar32 thisChar; // Character at above position "pos" local
2947 // and thisChar may not be adjacent because combining
2973 thisChar = prevChar = prevCharX2 = 0;
2984 prevChar = thisChar;
2987 thisChar = fText->char32At(pos);
3001 rule9Adjust(prevPos, &prevChar, &pos, &thisChar);
3004 rule9Adjust(pos, &thisChar, &nextPos, &c);
3019 if (prevChar == 0x0d && thisChar == 0x0a) {
3029 if (thisChar
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm2050 if (UChar thisChar = endVisiblePos.characterAfter())
2051 addTrailingSpace = !isCharacterSmartReplaceExempt(thisChar, false);

Completed in 273 milliseconds