HomeSort by relevance Sort by last modified time
    Searched full:xdigit (Results 126 - 150 of 378) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history 86 ($byteCount) = ($line =~ /Leak: [x[:xdigit:]]* size=(\d+)/);
  /external/libcxx/src/support/solaris/
xlocale.c 134 LOCALE_ISCTYPE(xdigit, _ISXDIGIT)
  /external/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 134 LOCALE_ISCTYPE(xdigit, _ISXDIGIT)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 50 xdigit = _Locale_XDIGIT, enumerator in enum:ctype_base::mask
  /external/llvm/docs/
re_format.7 280 cntrl print xdigit
400 [:blank:] [:graph:] [:punct:] [:xdigit:]
620 [:blank:] [:graph:] [:punct:] [:xdigit:]
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 22 return 0; // This also detects end of string as '\0' is not xdigit.
  /external/libcxx/test/re/re.traits/
isctype.pass.cpp 140 s = "xdigit";
269 s = L"xdigit";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
isctype.pass.cpp 140 s = "xdigit";
269 s = L"xdigit";
  /external/chromium_org/third_party/re2/doc/
syntax.txt 185 [:xdigit:] hex digit (== [0-9A-Fa-f])
  /external/regex-re2/doc/
syntax.txt 185 [:xdigit:] hex digit (== [0-9A-Fa-f])
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.tcc 341 || !_M_ctype.is(_CtypeT::xdigit, *_M_current))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java 680 // Groups are Lower, Upper, ASCII, Alpha, Digit, XDigit, Alnum, Punct,
791 // Test \p{XDigit}
    [all...]
  /external/oprofile/pp/
opannotate.cpp 312 // line of interest are: "[:space:]*[:xdigit:]?[ :]", the last char of
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 106 * 'Graph', 'Lower', 'Print', 'Punct', 'Upper', 'XDigit'.
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 110 [:alpha:], [:upper:], [:lower:], [:digit:], [:alnum:], [:xdigit:],
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
SPENCER.tests 324 [[:xdigit:]]+ - p0f3Cq 0f3C
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 58 [:alpha:], [:upper:], [:lower:], [:digit:], [:alnum:], [:xdigit:],
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 58 [:alpha:], [:upper:], [:lower:], [:digit:], [:alnum:], [:xdigit:],
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 165 } else if (text.startsWith("#") && text.matches("#\\p{XDigit}+")) { //$NON-NLS-1$

Completed in 821 milliseconds

1 2 3 4 56 7 8 91011>>