Home | History | Annotate | Download | only in cintltst

Lines Matching defs:source

174     UChar *source=NULL;
180 source=CharsToUChars(cases[x][0]);
181 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status);
182 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2);
192 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, LENGTHOF(result), &status);
195 modeStrings[mode], austrdup(source), myErrorName(status));
199 length2=unorm_normalize(source, -1, mode, 0, result, LENGTHOF(result), &status);
202 modeStrings[mode], austrdup(source), myErrorName(status));
206 free(source);
566 /* NULL source */
1163 /* expected iterator indexes in the source string for each iteration piece */