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
refs:Canonicalize
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/regexp/
H
A
D
gen-regexp-special-case.cc
70
UChar32 canonical = RegExpCaseFolding::
Canonicalize
(i);
in PrintSpecial()
79
UChar32 other_canonical = RegExpCaseFolding::
Canonicalize
(c);
in PrintSpecial()
112
UChar32 canonical = RegExpCaseFolding::
Canonicalize
(c);
in PrintSpecial()
119
CHECK_EQ(canonical, RegExpCaseFolding::
Canonicalize
(c2));
in PrintSpecial()
140
<< "// Semantics:
Canonicalize
) step 3.\n\n"
in WriteHeader()
H
A
D
special-case.h
24
// the
Canonicalize
algorithm is the same for both characters.
26
// Roughly speaking, for "i" regexps,
Canonicalize
(c) is the same as
81
//
Canonicalize
) step 3, which is used to determine whether
83
static UChar32
Canonicalize
(UChar32 ch) {
in Canonicalize()
function in v8::internal::final
H
A
D
regexp-compiler-tonode.cc
203
CharacterRange::
Canonicalize
(result);
270
CharacterRange::
Canonicalize
(non_bmp);
in AddNonBmpSurrogatePairs()
308
CharacterRange::
Canonicalize
(leading_with_full_trailing_range);
in AddNonBmpSurrogatePairs()
318
CharacterRange::
Canonicalize
(trailing_ranges);
in AddNonBmpSurrogatePairs()
451
CharacterRange::
Canonicalize
(ranges);
in AddUnicodeCaseEquivalents()
459
set_.
Canonicalize
();
in ToNode()
1247
CharacterRange::
Canonicalize
(ranges);
in RationalizeConsecutiveAtoms()
1459
void CharacterSet::
Canonicalize
() {
in RationalizeConsecutiveAtoms()
function in v8::CharacterSet
1463
CharacterRange::
Canonicalize
(ranges_);
in RationalizeConsecutiveAtoms()
1467
void CharacterRange::
Canonicalize
(ZoneLis
in RationalizeConsecutiveAtoms()
function in v8::CharacterRange
[all...]
H
A
D
regexp-ast.h
136
static void
Canonicalize
(ZoneList<CharacterRange>* ranges);
267
V8_EXPORT_PRIVATE void
Canonicalize
();
H
A
D
regexp-macro-assembler.cc
51
UChar32 c1 = RegExpCaseFolding::
Canonicalize
(substring1[i]);
in CaseInsensitiveCompareNonUnicode()
52
UChar32 c2 = RegExpCaseFolding::
Canonicalize
(substring2[i]);
in CaseInsensitiveCompareNonUnicode()
H
A
D
regexp-compiler.cc
771
canon = RegExpCaseFolding::
Canonicalize
(character);
in GetCaseIndependentLetters()
782
if (in_special_add_set && RegExpCaseFolding::
Canonicalize
(cu) != canon) {
in GetCaseIndependentLetters()
1223
CharacterRange::
Canonicalize
(ranges);
in EmitCharClass()
1893
CharacterRange::
Canonicalize
(ranges);
in FilterOneByte()
2558
CharacterRange::
Canonicalize
(ranges);
in GetSuccessorOfOmnivorousTextNode()
H
A
D
regexp-parser.cc
2232
CharacterRange::
Canonicalize
(ranges);
in NeedsDesugaringForUnicode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
ImmutableMap.h
103
const bool
Canonicalize
;
member in llvm::ImmutableMap::Factory
106
Factory(bool canonicalize = true) :
Canonicalize
(canonicalize) {}
in Factory()
109
: F(Alloc),
Canonicalize
(canonicalize) {}
in Factory()
119
return ImmutableMap(
Canonicalize
? F.getCanonicalTree(T): T);
in add()
124
return ImmutableMap(
Canonicalize
? F.getCanonicalTree(T): T);
in remove()
H
A
D
ImmutableSet.h
994
const bool
Canonicalize
;
member in llvm::ImmutableSet::Factory
998
:
Canonicalize
(canonicalize) {}
in Factory()
1001
: F(Alloc),
Canonicalize
(canonicalize) {}
in Factory()
1020
return ImmutableSet(
Canonicalize
? F.getCanonicalTree(NewT) : NewT);
in add()
1032
return ImmutableSet(
Canonicalize
? F.getCanonicalTree(NewT) : NewT);
in remove()
/third_party/node/deps/v8/src/objects/
H
A
D
bigint.cc
51
static void
Canonicalize
(MutableBigInt result);
312
MutableBigInt::
Canonicalize
(*result);
in MakeImmutable()
316
void MutableBigInt::
Canonicalize
(MutableBigInt result) {
in Canonicalize()
function in v8::internal::MutableBigInt
334
//
Canonicalize
-0n.
in Canonicalize()
1606
MutableBigInt::
Canonicalize
(result);
1623
MutableBigInt::
Canonicalize
(result);
/third_party/node/deps/v8/src/regexp/experimental/
H
A
D
experimental-compiler.cc
391
CharacterRange::
Canonicalize
(ranges);
393
// The complement of a disjoint, non-adjacent (i.e. `
Canonicalize
`d)
Completed in 23 milliseconds