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

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 32 bool IsASCII(const Unit &U);
34 bool IsASCII(const uint8_t *Data, size_t Size);
  /external/dng_sdk/source/
dng_string.h 51 bool IsASCII () const;
dng_string.cpp 481 static bool IsASCII (const char *s)
579 bool dng_string::IsASCII () const
582 return ::IsASCII (Get ());
642 if (::IsASCII (s))
760 if (IsASCII ())
802 if (::IsASCII (s))
860 if (IsASCII ())
884 if (::IsASCII (s))
1076 if (::IsASCII (s))
    [all...]
dng_parse_utils.cpp     [all...]
dng_image_writer.cpp 228 else if (!fString.IsASCII ())
261 if (fText.IsASCII ())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 109 bool IsASCII(const Unit &U);
110 bool IsASCII(const uint8_t *Data, size_t Size);
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 167 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); }
169 bool IsASCII(const uint8_t *Data, size_t Size) {
FuzzerInternal.h 126 bool IsASCII(const Unit &U);
127 bool IsASCII(const uint8_t *Data, size_t Size);
FuzzerLoop.cpp 489 assert(IsASCII(U));
  /external/libedit/src/
chartype.h 95 #define IsASCII(x) (x < 0x100)
150 #define IsASCII(x) isascii((unsigned char)x)
chartype.c 350 else if (IsASCII(c) && Iscntrl(c))
  /art/runtime/mirror/
string.cc 87 DCHECK(!IsASCII(non_ascii));
89 if (!IsASCII(chars[i]) && chars[i] != non_ascii) {
103 IsASCII(new_c) &&
104 (src->IsCompressed() || (!IsASCII(old_c) && AllASCIIExcept(src->value_, length, old_c)));
string.h 234 static constexpr bool IsASCII(uint16_t c) {
string-inl.h 319 if (!IsASCII(chars[i])) {
  /external/compiler-rt/lib/asan/
asan_report.cc 244 static bool IsASCII(unsigned char c) {
265 if (c == '\0' || !IsASCII(c)) return;
    [all...]

Completed in 405 milliseconds