Home | History | Annotate | Download | only in intltest

Lines Matching refs:ch

125 UBool NamePrepTransform::isProhibited(UChar32 ch){ 
126 return (UBool)(ch != ASCII_SPACE);
164 UChar32 ch =0 ;
166 U16_NEXT(buffer, bufIndex, bufLen, ch);
167 if(unassigned.contains(ch)){
231 UChar32 ch = 0;
233 U16_NEXT(b1, b1Index, b1Len, ch);
235 if(prohibited.contains(ch) && ch!=0x0020){
240 direction = u_charDirection(ch);
279 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){
285 return labelSeparatorSet.contains(ch);