Home | History | Annotate | Download | only in dumpce

Lines Matching defs:norm

1134     UChar      norm[32];
1136 int size = unorm_normalize(ch1, se.count, UNORM_NFD, 0, norm, 32,
1141 if (u_strstr(norm, ch2) != NULL) {