Searched refs:scanset (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/io/
H A Duscanf_p.c1181 USet *scanset; local
1190 scanset = uset_open(0, -1);
1200 /* parse the scanset from the fmt string */
1201 *fmtConsumed = uset_applyPattern(scanset, fmt, -1, 0, &status);
1207 /* grab characters one at a time and make sure they are in the scanset */
1209 if ((isNotEOF = ufile_getch32(input, &c)) && uset_contains(scanset, c)) {
1224 /* if the character's not in the scanset, break out */
1235 uset_close(scanset);

Completed in 101 milliseconds