Home | History | Annotate | Download | only in common

Lines Matching refs:UCNV_OPTION_SEP_CHAR

645     while((c=*inName)!=0 && c!=UCNV_OPTION_SEP_CHAR) {
659 if(c==UCNV_OPTION_SEP_CHAR) {
671 while((c=*inName)!=0 && c!=UCNV_OPTION_SEP_CHAR) {
700 while(((c = *inName++) != 0) && (c != UCNV_OPTION_SEP_CHAR)) {
1205 UBool containsOption = (UBool)(uprv_strchr(name, UCNV_OPTION_SEP_CHAR) != NULL);