Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput1.pass.cpp48 std::string pat("Today is %A which is abreviated %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++/test/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp57 std::string pat("Today is %A which is abreviated %a."); in main() local
59 pat.data(), pat.data() + pat.size()); in main()
65 std::string pat("Today is %A which is abreviated %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.good1 …ity whatever for her looking in the glass. She did not adjust her hat, or pat her hair, or press …
Dmadding.inp1 …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++/src/
Dlocale.cpp5329 __init_pat(money_base::pattern& pat, basic_string<charT>& __curr_symbol_, in __init_pat() argument
5373 pat.field[0] = sign; in __init_pat()
5374 pat.field[1] = value; in __init_pat()
5375 pat.field[2] = none; // Any space appears in the symbol. in __init_pat()
5376 pat.field[3] = symbol; in __init_pat()
5398 pat.field[0] = sign; in __init_pat()
5399 pat.field[3] = symbol; in __init_pat()
5403 pat.field[1] = value; in __init_pat()
5404 pat.field[2] = none; in __init_pat()
5407 pat.field[1] = value; in __init_pat()
[all …]
/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/build/tools/
Dprebuilt-common.sh142 for pat in $PATTERN; do
143 TEXT=$(echo $TEXT | sed -e 's/'$pat' //g' -e 's/'$pat'$//g')
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2885 * sed.c (execute_program): 'N' at EOF should delete the pat buf.