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

/external/chromium_org/third_party/icu/source/io/
H A Duscanf_p.c1180 USet *scanset; local
1189 scanset = uset_open(0, -1);
1199 /* parse the scanset from the fmt string */
1200 *fmtConsumed = uset_applyPattern(scanset, fmt, -1, 0, &status);
1206 /* grab characters one at a time and make sure they are in the scanset */
1208 if ((isNotEOF = ufile_getch32(input, &c)) && uset_contains(scanset, c)) {
1223 /* if the character's not in the scanset, break out */
1234 uset_close(scanset);
/external/icu/icu4c/source/io/
H A Duscanf_p.c1180 USet *scanset; local
1189 scanset = uset_open(0, -1);
1199 /* parse the scanset from the fmt string */
1200 *fmtConsumed = uset_applyPattern(scanset, fmt, -1, 0, &status);
1206 /* grab characters one at a time and make sure they are in the scanset */
1208 if ((isNotEOF = ufile_getch32(input, &c)) && uset_contains(scanset, c)) {
1223 /* if the character's not in the scanset, break out */
1234 uset_close(scanset);

Completed in 92 milliseconds