HomeSort by relevance Sort by last modified time
    Searched refs:xdigit (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/strace/
mpers.awk 178 /^<[[:xdigit:]]+>/ {
207 match($0, /:[[:space:]]+<(0x[[:xdigit:]]*)>$/, temparray)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
scan_is.pass.cpp 42 assert(f.scan_is(F::xdigit, in.data(), in.data() + in.size()) - in.data() == 2);
63 assert(f.scan_is(F::xdigit, in.data(), in.data() + in.size()) - in.data() == 2);
scan_not.pass.cpp 42 assert(f.scan_not(F::xdigit, in.data(), in.data() + in.size()) - in.data() == 0);
63 assert(f.scan_not(F::xdigit, in.data(), in.data() + in.size()) - in.data() == 0);
  /ndk/sources/cxx-stl/stlport/stlport/
locale 116 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::xdigit, c); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
locale 116 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::xdigit, c); }
  /external/libcxx/src/
locale.cpp 769 const ctype_base::mask ctype_base::xdigit; member in class:ctype_base
1053 digit | print | xdigit, digit | print | xdigit,
1054 digit | print | xdigit, digit | print | xdigit,
1055 digit | print | xdigit, digit | print | xdigit,
1056 digit | print | xdigit, digit | print | xdigit,
1057 digit | print | xdigit, digit | print | xdigit
    [all...]
regex.cpp 233 {"xdigit", ctype_base::xdigit}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 233 {"xdigit", ctype_base::xdigit}
locale.cpp 794 const ctype_base::mask ctype_base::xdigit; member in class:ctype_base
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
vector.d 35 54: 11 c4 [c-f][[:xdigit:]] 0b R7 = A1 \+ A0, R5 = A1 - A0 \(NS\);
36 58: 11 c4 [c-f][[:xdigit:]] 6c R3 = A0 \+ A1, R6 = A0 - A1 \(S\);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 134 LOCALE_ISCTYPE(xdigit, _ISXDIGIT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 194 __isctype_f (xdigit)
  /external/pcre/dist/
pcre_internal.h     [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 141 ctype_base::xdigit);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h     [all...]

Completed in 2065 milliseconds

1 2 34