Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/
Dis_many.pass.cpp47 assert(!(m[0] & F::blank)); in main()
61 assert( (m[1] & F::blank)); in main()
75 assert(!(m[2] & F::blank)); in main()
89 assert(!(m[3] & F::blank)); in main()
103 assert(!(m[4] & F::blank)); in main()
117 assert(!(m[5] & F::blank)); in main()
131 assert(!(m[6] & F::blank)); in main()
156 assert(!(m[0] & F::blank)); in main()
170 assert( (m[1] & F::blank)); in main()
184 assert(!(m[2] & F::blank)); in main()
[all …]
Dscan_not.pass.cpp43 assert(f.scan_not(F::blank, in.data(), in.data() + in.size()) - in.data() == 0); in main()
64 assert(f.scan_not(F::blank, in.data(), in.data() + in.size()) - in.data() == 0); in main()
Dscan_is.pass.cpp43 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 1); in main()
64 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 1); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
Dis_many.pass.cpp44 assert( (m[0] & F::blank)); in main()
58 assert(!(m[1] & F::blank)); in main()
72 assert(!(m[2] & F::blank)); in main()
86 assert(!(m[3] & F::blank)); in main()
100 assert(!(m[4] & F::blank)); in main()
114 assert(!(m[5] & F::blank)); in main()
Dscan_not.pass.cpp40 assert(f.scan_not(F::blank, in.data(), in.data() + in.size()) - in.data() == 1); in main()
Dscan_is.pass.cpp40 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
Dis_many.pass.cpp44 assert( (m[0] & F::blank)); in main()
58 assert(!(m[1] & F::blank)); in main()
72 assert(!(m[2] & F::blank)); in main()
86 assert(!(m[3] & F::blank)); in main()
100 assert(!(m[4] & F::blank)); in main()
114 assert(!(m[5] & F::blank)); in main()
Dscan_is.pass.cpp40 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 0); in main()
Dscan_not.pass.cpp40 assert(f.scan_not(F::blank, in.data(), in.data() + in.size()) - in.data() == 1); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
Dlookup_classname.pass.cpp63 test("blank", std::ctype_base::blank); in main()
64 test("Blank", std::ctype_base::blank); in main()
65 test("blank", std::ctype_base::blank, true); in main()
66 test("Blank", std::ctype_base::blank, true); in main()
151 test(L"blank", std::ctype_base::blank); in main()
152 test(L"Blank", std::ctype_base::blank); in main()
153 test(L"blank", std::ctype_base::blank, true); in main()
154 test(L"Blank", std::ctype_base::blank, true); in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dstrip25 blank lines
48 and these test out some blank lines
Dsort29 ."blank:= \n"
32 ."\t\@echo \$(sort \$(blank) \$(foo) \$(bar2) \$(t1) \$(p1) )\n"
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/
Dctype_base.pass.cpp70 test(std::ctype_base::blank); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dregex.cpp213 {"blank", ctype_base::blank},
Dlocale.cpp737 const ctype_base::mask ctype_base::blank; member in ctype_base
1117 if (m & blank) result |= (iswblank_l(c, __l) != 0); in do_is()
1173 if (m & blank && iswblank_l(*low, __l)) break; in do_scan_is()
1197 if (m & blank && iswblank_l(*low, __l)) continue; in do_scan_not()
/ndk/sources/cxx-stl/llvm-libc++/include/
D__locale329 static const mask blank = _ISblank;
341 static const mask blank = _BLANK;
357 static const mask blank = _CTYPE_B;
369 static const mask blank = _ISBLANK;
382 // TODO(ajwong): bionic doesn't have a blank mask
383 static const mask blank = 0;
395 static const mask blank = 1<<9;
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DBOOST.tests239 [[:blank:]]+ "a \tb" 1 4
465 ^[[:blank:]]*#([^\n]*\\[[:space:]]+)*[^\n]* "#define some_symbol" 0 19 -1 -1
466 ^[[:blank:]]*#([^\n]*\\[[:space:]]+)*[^\n]* "#define some_symbol(x) #x" 0 25 -1 -1
468 ^[[:blank:]]*#([^\n]*\\[[:space:]]+)*[^\n]* "#define some_symbol(x) \\ \r\n foo();\\\r\n printf…
DSPENCER.tests315 [[:blank:]]+ - aSSTb SST
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
Dxlocale.c117 LOCALE_ISCTYPE(blank, _ISALPHA) in LOCALE_ISCTYPE()
/ndk/sources/host-tools/make-3.81/
Dread.c146 int stop2, int blank, int ignorevars));
2142 find_char_unquote (char *string, int stop1, int stop2, int blank, in find_char_unquote() argument
2153 if (stop2 && blank) in find_char_unquote()
2160 else if (blank) in find_char_unquote()
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info87 * cat -b:: Numbering non-blank lines
96 * cat -s:: Squeezing blank lines
1180 * cat -b:: Numbering non-blank lines
1189 * cat -s:: Squeezing blank lines
1572 4.8 Numbering Non-blank Lines
1927 squeezing blank lines.
1929 The first leaves a blank line at the beginning and end if there are
1948 beginning. It does leave a single blank line at end if one was there.
1966 This removes leading and trailing blank lines. It is also the
1995 # what we want to do is to squeeze, insert a blank line artificially
Dsed.texi120 * cat -b:: Numbering non-blank lines
129 * cat -s:: Squeezing blank lines
1639 * cat -b:: Numbering non-blank lines
1648 * cat -s:: Squeezing blank lines
2148 @section Numbering Non-blank Lines
2569 squeezing blank lines.
2571 The first leaves a blank line at the beginning and end if there are
2598 at the beginning. It does leave a single blank line at end
2625 This removes leading and trailing blank lines. It is also the
2663 # what we want to do is to squeeze, insert a blank line artificially
Dsed-in.texi119 * cat -b:: Numbering non-blank lines
128 * cat -s:: Squeezing blank lines
1638 * cat -b:: Numbering non-blank lines
1647 * cat -s:: Squeezing blank lines
2049 @section Numbering Non-blank Lines
2418 squeezing blank lines.
2420 The first leaves a blank line at the beginning and end if there are
2443 at the beginning. It does leave a single blank line at end
2466 This removes leading and trailing blank lines. It is also the
2497 # what we want to do is to squeeze, insert a blank line artificially
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex3050 % If we use the new definition of \page, we always get a blank page
3314 % horizontal list on a line by itself, resulting in extra blank space.
3780 % blank line, when TeX decides to break the line at the space before the
3928 % would result in a blank line in the output.
4723 % with blank space.
4752 % this line with blank space. (The \hfil is overwhelmed with the
5578 % if the document didn't happen to have a blank line.
6085 \let\par = \lisppar % don't ignore blank lines
6132 % end paragraph for sake of leading, in case document has no blank
6396 % of the @verbatim input line itself. Otherwise we get an extra blank
[all …]
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2185 % If we use the new definition of \page, we always get a blank page
2425 % horizontal list on a line by itself, resulting in extra blank space.
2874 % blank line, when TeX decides to break the line at the space before the
3022 % would result in a blank line in the output.
3754 % with blank space.
3786 % this line with blank space. (The \hfil is overwhelmed with the
5005 \let\par = \lisppar % don't ignore blank lines
5252 % of the @verbatim input line itself. Otherwise we get an extra blank
6366 % Remove inadvertent blank space before typesetting the footnote number.

12