HomeSort by relevance Sort by last modified time
    Searched defs:nstr (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/re/re.results/re.results.form/
form2.pass.cpp 29 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
37 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
48 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
60 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
form3.pass.cpp 28 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
35 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
36 nstr out = m.format(fmt);
44 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
45 nstr out = m.format(fmt, std::regex_constants::format_sed);
53 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
54 nstr out = m.format(fmt, std::regex_constants::format_sed);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form2.pass.cpp 29 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
37 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
48 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
60 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
form3.pass.cpp 28 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
35 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
36 nstr out = m.format(fmt);
44 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
45 nstr out = m.format(fmt, std::regex_constants::format_sed);
53 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
54 nstr out = m.format(fmt, std::regex_constants::format_sed);
  /external/openfst/src/lib/
util.cc 51 ostringstream nstr; local
52 nstr << n;
53 s->append(nstr.str().data(), nstr.str().size());
  /external/e2fsprogs/intl/
dcigettext.c 755 nls_uint32 nstr = local
758 if (nstr == 0)
762 nstr--;
764 /* Compare msgid with the original string at index nstr.
767 if (nstr < nstrings
768 ? W (domain->must_swap, domain->orig_tab[nstr].length) >= len
771 domain->orig_tab[nstr].offset))
773 : domain->orig_sysdep_tab[nstr - nstrings].length > len
775 domain->orig_sysdep_tab[nstr - nstrings].pointer)
778 act = nstr;
    [all...]

Completed in 181 milliseconds