Home | History | Annotate | Download | only in cintltst

Lines Matching defs:source

175     UChar *source=NULL;
181 source=CharsToUChars(cases[x][0]);
182 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status);
183 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2);
193 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, UPRV_LENGTHOF(result), &status);
196 modeStrings[mode], austrdup(source), myErrorName(status));
200 length2=unorm_normalize(source, -1, mode, 0, result, UPRV_LENGTHOF(result), &status);
203 modeStrings[mode], austrdup(source), myErrorName(status));
207 free(source);
567 /* NULL source */
1164 /* expected iterator indexes in the source string for each iteration piece */