/external/regex-re2/re2/testing/ |
re2_test.cc | 47 VLOG(1) << "octal tests"; 52 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \ [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | 304 // Test \0 (octal) sequences (1, 2 and 3 digit) 315 // Test invalid octal sequences [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
binary.hpp | 20 the corresponding octal digit, and finally concatenating all of the digits 21 together along with a leading zero. This yields a standard octal literal [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.tcc | 790 // Octal. 843 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets.tcc | 807 // Octal. 860 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets.tcc | 807 // Octal. 860 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.tcc | 790 // Octal. 843 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.tcc | 790 // Octal. 843 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.tcc | 790 // Octal. 843 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_facets.tcc | 790 // Octal. 843 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.tcc | 807 // Octal. 860 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.tcc | 807 // Octal. 860 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.tcc | 807 // Octal. 860 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.tcc | 807 // Octal. 860 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets.tcc | 805 // Octal. 858 // Long enough to hold hex, dec, and octal representations. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 72 # Test octal escapes 273 # Test octal escapes/memory references
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 72 # Test octal escapes 273 # Test octal escapes/memory references
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed-in.texi | [all...] |
sed.texi | [all...] |
/bionic/libc/netbsd/nameser/ |
ns_name.c | 923 * hexadecimal or octal digit, they MUST be zero.
|
/bionic/tests/ |
fortify_test.cpp | 503 mode_t mask = atoi("1023"); // 01777 in octal
|
/external/chromium/googleurl/src/ |
url_canon_internal.h | 66 // Valid in an ASCII-representation of an octal digit.
|
url_canon_ip.cc | 171 // Use the 64-bit strtoi so we get a big number (no hex, decimal, or octal
|
/external/chromium_org/base/strings/ |
safe_sprintf.cc | 518 case 'o': // Output an unsigned octal value.
|