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

  /external/libcxx/test/std/re/re.results/re.results.form/
form3.pass.cpp 29 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
36 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
37 nstr out = m.format(fmt);
45 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
46 nstr out = m.format(fmt, std::regex_constants::format_sed);
54 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
55 nstr out = m.format(fmt, std::regex_constants::format_sed);
form2.pass.cpp 30 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
38 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
49 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
61 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
  /prebuilts/ndk/r11/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");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.form/
form3.pass.cpp 29 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
36 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
37 nstr out = m.format(fmt);
45 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
46 nstr out = m.format(fmt, std::regex_constants::format_sed);
54 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
55 nstr out = m.format(fmt, std::regex_constants::format_sed);
form2.pass.cpp 30 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > nstr; typedef
38 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
49 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2");
61 nstr fmt("match: &, m[1]: \\1, m[2]: \\2");
  /external/syslinux/dos/
argv.c 58 uint16_t nstr; local
71 nstr = get_16_fs(offs);
75 if (nstr >= 1) {
  /external/syslinux/core/
dmi.c 271 char *nstr, *q; local
290 q = nstr = malloc(pfxlen + (ep-str) + 1);
291 if (!nstr)
299 return nstr;
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1224 int nstr; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1224 int nstr; local
    [all...]
  /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...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 760 nls_uint32 nstr = local
763 if (nstr == 0)
767 nstr--;
769 /* Compare msgid with the original string at index nstr.
772 if (nstr < nstrings
773 ? W (domain->must_swap, domain->orig_tab[nstr].length) >= len
776 domain->orig_tab[nstr].offset))
778 : domain->orig_sysdep_tab[nstr - nstrings].length > len
780 domain->orig_sysdep_tab[nstr - nstrings].pointer)
783 act = nstr;
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 1350 which_chars (const char *str[], size_t nstr)
1356 for (size_t cnt = 0; cnt < nstr; ++cnt)
1408 compute_pfxfreq (const char *str[], size_t nstr)
1412 for (size_t i = 0; i < nstr; ++i)
1415 for (size_t i = 0; i < nstr; ++i)
1434 compute_sfxfreq (size_t nstr, struct strsnlen *strsnlen)
1438 for (size_t i = 0; i < nstr; ++i)
1441 for (size_t i = 0; i < nstr; ++i)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [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...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 150 //sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
zsyscall_windows.go 118 func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) {
119 r0, _, e1 := syscall.Syscall6(procMultiByteToWideChar.Addr(), 6, uintptr(codePage), uintptr(dwFlags), uintptr(unsafe.Pointer(str)), uintptr(nstr), uintptr(unsafe.Pointer(wchar)), uintptr(nwchar))
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 150 //sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
zsyscall_windows.go 118 func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) {
119 r0, _, e1 := syscall.Syscall6(procMultiByteToWideChar.Addr(), 6, uintptr(codePage), uintptr(dwFlags), uintptr(unsafe.Pointer(str)), uintptr(nstr), uintptr(unsafe.Pointer(wchar)), uintptr(nwchar))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]

Completed in 584 milliseconds