Home
last modified time | relevance | path

Searched refs:pat (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput1.pass.cpp48 std::string pat("Today is %A which is abbreviated %a."); in main() local
50 pat.data(), pat.data() + pat.size()); in main()
55 std::string pat("The number of the month is %Om."); in main() local
57 pat.data(), pat.data() + pat.size()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp57 std::string pat("Today is %A which is abbreviated %a."); in main() local
59 pat.data(), pat.data() + pat.size()); in main()
65 std::string pat("Today is %A which is abbreviated %a."); in main() local
67 pat.data(), pat.data() + pat.size()); in main()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-regex2.c18 static const char *pat[] = { in main() local
67 for (i = 0; i < sizeof (pat) / sizeof (pat[0]); ++i) in main()
76 err = regcomp (&rbuf, pat[i], in main()
94 s = re_compile_pattern (pat[i], strlen (pat[i]), &rpbuf); in main()
Dmadding.sed8pat her hair, or press a dimple into shape, or do one thing to signify that any such intention had…
Dmadding.inp1 …ity whatever for her looking in the glass. She did not adjust her hat, or pat her hair, or press …
Dmadding.good1 …ity whatever for her looking in the glass. She did not adjust her hat, or pat her hair, or press …
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man140 my $pat = $2 ? "(?$2)$1" : $1;
143 eval { $key = qr($pat) };
476 for my $pat (keys %append)
478 if ($matched =~ $pat)
480 $content .= ".PP\n" unless $append{$pat} =~ /^\./;
481 $content .= $append{$pat};
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
Dbad_escape.pass.cpp20 static bool error_escape_thrown(const char *pat) in error_escape_thrown() argument
24 std::regex re(pat); in error_escape_thrown()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5546 __init_pat(money_base::pattern& pat, basic_string<charT>& __curr_symbol_, in __init_pat() argument
5590 pat.field[0] = sign; in __init_pat()
5591 pat.field[1] = value; in __init_pat()
5592 pat.field[2] = none; // Any space appears in the symbol. in __init_pat()
5593 pat.field[3] = symbol; in __init_pat()
5615 pat.field[0] = sign; in __init_pat()
5616 pat.field[3] = symbol; in __init_pat()
5620 pat.field[1] = value; in __init_pat()
5621 pat.field[2] = none; in __init_pat()
5624 pat.field[1] = value; in __init_pat()
[all …]
/ndk/build/tools/
Dprebuilt-common.sh147 for pat in $PATTERN; do
148 pat=$"${pat/\//\\/}"
149 TEXT=$(echo $TEXT | sed -e 's/'$pat' //g' -e 's/'$pat'$//g')
/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m458 static char const pat[] = "insert into";
64 s = re_compile_pattern (pat, sizeof pat - 1, &regex);
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dtargetvars225 fo% : Z = pat
247 $answer = "ok ok foo pat\nok ok foo pat\n";
/ndk/sources/host-tools/make-3.81/
Dfunction.c944 struct a_pattern *pat = (struct a_pattern *) alloca (sizeof (struct a_pattern)); in func_filter_filterout() local
946 *pattail = pat; in func_filter_filterout()
947 pattail = &pat->next; in func_filter_filterout()
952 pat->str = p; in func_filter_filterout()
953 pat->length = len; in func_filter_filterout()
954 pat->save_c = p[len]; in func_filter_filterout()
956 pat->percent = find_percent (p); in func_filter_filterout()
957 if (pat->percent == 0) in func_filter_filterout()
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2885 * sed.c (execute_program): 'N' at EOF should delete the pat buf.