Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:is_ascii
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/v8/src/strings/
H
A
D
unicode-decoder.h
57
bool
is_ascii
() const { return encoding_ == Encoding::kAscii; }
in is_ascii()
function in v8::internal::final
/third_party/skia/src/ports/
H
A
D
SkOSFile_stdio.cpp
31
static bool
is_ascii
(const char* s) {
in is_ascii()
function
/third_party/skia/third_party/externals/angle2/
H
A
D
PRESUBMIT.py
356
def
is_ascii
(s):
function
/third_party/rust/crates/regex/regex-syntax/src/
H
A
D
utf8.rs
427
fn
is_ascii
(&self) -> bool {
in is_ascii()
functions
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H
A
D
json.cc
423
bool
is_ascii
= !(chars[ii] & ~0x7F);
in CharsToDouble()
local
/third_party/node/tools/inspector_protocol/encoding/
H
A
D
encoding.cc
1558
bool
is_ascii
= !(chars[ii] & ~0x7F);
in CharsToDouble()
local
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_jit_test.c
1154
int
is_ascii
;
in regression_tests()
local
/third_party/python/Python/
H
A
D
fileutils.c
256
int
is_ascii
= 0;
in check_force_ascii()
local
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
414
simdutf_really_inline bool
is_ascii
() const { return this->max_val() < 0b10000000u; }
in is_ascii()
function
582
simdutf_really_inline bool
is_ascii
() const { return this->min_val() >= 0; }
in is_ascii()
function
654
simdutf_really_inline bool
is_ascii
() const {
in is_ascii()
function
967
simdutf_really_inline bool
is_ascii
() const {
in is_ascii()
function
1849
simdutf_really_inline bool
is_ascii
() const { return _mm256_movemask_epi8(*this) == 0; }
in is_ascii()
function
1913
simdutf_really_inline bool
is_ascii
() const { return _mm256_movemask_epi8(*this) == 0; }
in is_ascii()
function
1964
simdutf_really_inline bool
is_ascii
() const {
in is_ascii()
function
2253
simdutf_really_inline bool
is_ascii
() const {
is_ascii()
function
2745
simdutf_really_inline bool
is_ascii
() const { return _mm_movemask_epi8(*this) == 0; }
is_ascii()
function
2804
simdutf_really_inline bool
is_ascii
() const { return _mm_movemask_epi8(*this) == 0; }
is_ascii()
function
2900
simdutf_really_inline bool
is_ascii
() const {
is_ascii()
function
3196
simdutf_really_inline bool
is_ascii
() const {
is_ascii()
function
3785
simdutf_really_inline bool
is_ascii
() const {
is_ascii()
function
3851
simdutf_really_inline bool
is_ascii
() const {
is_ascii()
function
12576
simdutf_really_inline bool
is_ascii
(const simd8x64<uint8_t>& input) {
is_ascii()
function
[all...]
/third_party/python/Objects/
H
A
D
unicodeobject.c
1377
int is_sharing,
is_ascii
;
in PyUnicode_New()
local
Completed in 43 milliseconds