Searched refs:scan1 (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/tools/quickbook/test/src/ |
D | text_diff.cpp | 67 scanner scan1(iter_file1, iterator()), scan2(iter_file2, iterator()); in main() local 71 while (!scan1.at_end() && !scan2.at_end()) { in main() 72 if (spirit::eol_p.parse(scan1)) { in main() 83 if (*scan1 != *scan2) { in main() 89 ++scan1, ++scan2, ++column; in main() 92 if (scan1.at_end() != scan2.at_end()) { in main()
|
/third_party/musl/libc-test/src/math/gen/ |
D | gen.c | 169 static int scan1(long double *x, char *s, int fmt) in scan1() function 219 if (scan1(b[j++], a[i++], *fmt)) in scan() 237 if (scan1(b[j++], a[i++], *fmt)) in scan() 239 if (i < n && scan1(b[j++], a[i++], 'f')) in scan()
|
/third_party/boost/tools/build/src/engine/ |
D | regexp.cpp | 1317 char *scan1; in strcspn() local 1322 for (scan1 = s1; *scan1 != '\0'; scan1++) { in strcspn() 1324 if (*scan1 == *scan2++) in strcspn()
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 258 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1() 260 return new StringPerfFunction(scan1, StrBuffer, StrBufferLen, uselen); in TestScan1()
|
D | stringperf.h | 461 inline void scan1(const UChar* src,int32_t srcLen, UnicodeString s0) in scan1() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.txt | 102 '!' n option-scan1 105 option-scan1:
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.txt | 102 '!' n option-scan1 105 option-scan1:
|
/third_party/icu/icu4c/source/common/ |
D | rbbirpt.txt | 102 '!' n option-scan1 105 option-scan1:
|