Lines Matching refs:ch
769 UChar ch = *(src->current);
772 if (ch == 0x0027/*'\''*/) {
796 if(ch != 0x0000 && src->current != src->end) {
810 if(!uprv_isRuleWhiteSpace(ch)) {
812 switch (ch) {
985 ch = *(++(src->current));
986 if(ch == 0x0027) { /* copy the double quote */
987 ucol_tok_addToExtraCurrent(src, &ch, 1, status);
1022 ch = *(++(src->current));
1024 } while (uprv_isRuleWhiteSpace(ch));
1033 ch = *(++(src->current));
1034 } while (!isCharNewLine(ch));
1044 if (ucol_tok_isSpecialChar(ch) && (inQuote == FALSE)) {
1050 if(ch == 0x0000 && src->current+1 == src->end) {
1072 if(ch != 0x27) {
1073 if(inQuote || !uprv_isRuleWhiteSpace(ch)) {
1074 ucol_tok_addToExtraCurrent(src, &ch, 1, status);
1216 uint32_t ch = 0;
1223 ch = uprv_uca_getCodePointFromRaw(raw-1);
1230 *src->extraCurrent++ = (UChar)ch;
1293 ch = CETable[3*invPos+2];
1295 if((ch & UCOL_INV_SIZEMASK) != 0) {
1297 uint32_t offset = (ch & UCOL_INV_OFFSETMASK);
1298 ch = conts[offset];
1301 *src->extraCurrent++ = (UChar)ch;
1335 //*src->extraCurrent++ = (UChar)ch;