Lines Matching refs:ch
534 UChar32 ch;
536 U16_NEXT(src,srcIndex,srcLength,ch);
540 UTRIE_GET16(&profile->sprepTrie,ch,result);
547 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
581 ch -= value;
589 if(ch <= 0xFFFF){
591 dest[destIndex] = (UChar)ch;
596 dest[destIndex] = U16_LEAD(ch);
597 dest[destIndex+1] = U16_TRAIL(ch);
743 UChar32 ch;
751 ch = 0;
753 U16_NEXT(b2, b2Index, b2Len, ch);
755 UTRIE_GET16(&profile->sprepTrie,ch,result);
763 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
768 direction = ubidi_getClass(profile->bdp, ch);