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

  /external/openfst/src/lib/
util.cc 51 ostringstream nstr; local
52 nstr << n;
53 s->append(nstr.str().data(), nstr.str().size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
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);
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");
  /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...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
i386_parse.y 1330 which_chars (const char *str[], size_t nstr)
1336 for (size_t cnt = 0; cnt < nstr; ++cnt)
1388 compute_pfxfreq (const char *str[], size_t nstr)
1392 for (size_t i = 0; i < nstr; ++i)
1395 for (size_t i = 0; i < nstr; ++i)
1414 compute_sfxfreq (size_t nstr, struct strsnlen *strsnlen)
1418 for (size_t i = 0; i < nstr; ++i)
1421 for (size_t i = 0; i < nstr; ++i)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 675 milliseconds