Home | History | Annotate | Download | only in i18n

Lines Matching full:u_strchr

583     if(noOpenBraces != 0 || u_strchr(start+current, 0x005d /*']'*/) == NULL) {
1132 if(u_strchr(src->current, 0x005d /*']'*/) != NULL) {
2217 UChar* import_end = u_strchr(setStart, 0x005D);