Searched refs:nstr (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/re/re.results/re.results.form/
H A Dform3.pass.cpp28 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);
H A Dform2.pass.cpp29 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");
/external/e2fsprogs/intl/
H A Ddcigettext.c755 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...]
/external/elfutils/0.153/libcpu/
H A Di386_parse.c3059 which_chars (const char *str[], size_t nstr)
3065 for (size_t cnt = 0; cnt < nstr; ++cnt)
3117 compute_pfxfreq (const char *str[], size_t nstr)
3121 for (size_t i = 0; i < nstr; ++i)
3124 for (size_t i = 0; i < nstr; ++i)
3143 compute_sfxfreq (size_t nstr, struct strsnlen *strsnlen)
3147 for (size_t i = 0; i < nstr; ++i)
3150 for (size_t i = 0; i < nstr; ++i)
H A Di386_parse.y1347 which_chars (const char *str[], size_t nstr)
1353 for (size_t cnt = 0; cnt < nstr; ++cnt)
1405 compute_pfxfreq (const char *str[], size_t nstr)
1409 for (size_t i = 0; i < nstr; ++i)
1412 for (size_t i = 0; i < nstr; ++i)
1431 compute_sfxfreq (size_t nstr, struct strsnlen *strsnlen)
1435 for (size_t i = 0; i < nstr; ++i)
1438 for (size_t i = 0; i < nstr; ++i)

Completed in 139 milliseconds