Home | History | Annotate | Download | only in common

Lines Matching refs:ch

563         UChar32 ch;
565 U16_NEXT(src,srcIndex,srcLength,ch);
569 UTRIE_GET16(&profile->sprepTrie,ch,result);
576 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
610 ch -= value;
618 if(ch <= 0xFFFF){
620 dest[destIndex] = (UChar)ch;
625 dest[destIndex] = U16_LEAD(ch);
626 dest[destIndex+1] = U16_TRAIL(ch);
783 UChar32 ch;
791 ch = 0;
793 U16_NEXT(b2, b2Index, b2Len, ch);
795 UTRIE_GET16(&profile->sprepTrie,ch,result);
803 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
808 direction = ubidi_getClass(profile->bdp, ch);