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:getCC
(Results
1 - 25
of
26
) sorted by relevance
1
2
/third_party/icu/icu4c/source/tools/gennorm2/
H
A
D
norms.cpp
135
buffer.append(c,
getCC
(c));
in reorder()
147
uint8_t trailCC=
getCC
(pairs[i].trail);
in combinesWithCCBetween()
191
if(norms.
getCC
(lead)!=0) {
in rangeHandler()
260
uint8_t myTrailCC=norms.
getCC
(m.char32At(i));
in rangeHandler()
262
uint8_t cTrailCC=norms.
getCC
(cTrailChar);
in rangeHandler()
H
A
D
norms.h
163
uint8_t
getCC
(UChar32 c) const { return getNormRef(c).cc; }
in getCC()
function in Norms
H
A
D
n2builder.cpp
907
cc = norms.
getCC
(c);
in writeDataFile()
997
uint8_t cc1 = b1.norms.
getCC
(c);
in computeDiff()
998
uint8_t cc2 = b2.norms.
getCC
(c);
in computeDiff()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H
A
D
norms.cpp
135
buffer.append(c,
getCC
(c));
in reorder()
147
uint8_t trailCC=
getCC
(pairs[i].trail);
in combinesWithCCBetween()
191
if(norms.
getCC
(lead)!=0) {
in rangeHandler()
260
uint8_t myTrailCC=norms.
getCC
(m.char32At(i));
in rangeHandler()
262
uint8_t cTrailCC=norms.
getCC
(cTrailChar);
in rangeHandler()
H
A
D
norms.h
163
uint8_t
getCC
(UChar32 c) const { return getNormRef(c).cc; }
in getCC()
function in Norms
H
A
D
n2builder.cpp
907
cc = norms.
getCC
(c);
in writeDataFile()
997
uint8_t cc1 = b1.norms.
getCC
(c);
in computeDiff()
998
uint8_t cc2 = b2.norms.
getCC
(c);
in computeDiff()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Normalizer2Impl.java
209
leadCC = impl.
getCC
(impl.getNorm16(c));
in append()
709
public int
getCC
(int norm16) {
in getCC()
method in Normalizer2Impl
1078
firstCC=prevCC=cc=
getCC
(getNorm16(c));
in decomposeAndAppend()
1086
cc=
getCC
(getNorm16(c));
in decomposeAndAppend()
H
A
D
Norm2AllModes.java
147
return impl.
getCC
(impl.getNorm16(c));
in getCombiningClass()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Normalizer2Impl.java
215
leadCC = impl.
getCC
(impl.getNorm16(c));
in append()
718
public int
getCC
(int norm16) {
in getCC()
method in Normalizer2Impl
1087
firstCC=prevCC=cc=
getCC
(getNorm16(c));
in decomposeAndAppend()
1095
cc=
getCC
(getNorm16(c));
in decomposeAndAppend()
H
A
D
Norm2AllModes.java
157
return impl.
getCC
(impl.getNorm16(c));
in getCombiningClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
DwarfUnit.cpp
871
if (CTy->
getCC
() && CTy->
getCC
() != dwarf::DW_CC_normal)
in constructTypeDIE()
873
CTy->
getCC
());
in constructTypeDIE()
1243
CC = SPTy->
getCC
();
in applySubprogramAttributes()
H
A
D
CodeViewDebug.cpp
1878
CallingConvention CC = dwarfCCToCodeView(Ty->
getCC
());
in lowerTypeFunction()
1927
CallingConvention CC = dwarfCCToCodeView(Ty->
getCC
());
in lowerTypeMemberFunction()
/third_party/icu/icu4c/source/common/
H
A
D
norm2allmodes.h
146
return impl.
getCC
(impl.getNorm16(c));
H
A
D
normalizer2impl.h
284
uint8_t
getCC
(uint16_t norm16) const {
in getCC()
function in Normalizer2Impl
H
A
D
normalizer2impl.cpp
289
leadCC = impl.
getCC
(impl.getNorm16(c));
1041
if ((cc =
getCC
(norm16)) == 0) {
/third_party/node/deps/icu-small/source/common/
H
A
D
norm2allmodes.h
146
return impl.
getCC
(impl.getNorm16(c));
H
A
D
normalizer2impl.h
284
uint8_t
getCC
(uint16_t norm16) const {
in getCC()
function in Normalizer2Impl
H
A
D
normalizer2impl.cpp
289
leadCC = impl.
getCC
(impl.getNorm16(c));
1041
if ((cc =
getCC
(norm16)) == 0) {
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
norm2allmodes.h
146
return impl.
getCC
(impl.getNorm16(c));
H
A
D
normalizer2impl.h
284
uint8_t
getCC
(uint16_t norm16) const {
in getCC()
function in Normalizer2Impl
H
A
D
normalizer2impl.cpp
289
leadCC = impl.
getCC
(impl.getNorm16(c));
1041
if ((cc =
getCC
(norm16)) == 0) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
LLVMContextImpl.h
569
: Flags(N->getFlags()), CC(N->
getCC
()), TypeArray(N->getRawTypeArray()) {}
in MDNodeKeyImpl()
572
return Flags == RHS->getFlags() && CC == RHS->
getCC
() &&
in isKeyOf()
H
A
D
AsmWriter.cpp
1900
Printer.printDwarfEnum("cc", N->
getCC
(), dwarf::ConventionString);
in writeDISubroutineType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
DebugInfoMetadata.h
1088
return getTemporary(getContext(), getFlags(),
getCC
(), getTypeArray());
in cloneImpl()
1101
uint8_t
getCC
() const { return CC; }
in getCC()
function in llvm::DISubroutineType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H
A
D
BitcodeWriter.cpp
1612
Record.push_back(N->
getCC
());
in writeDISubroutineType()
Completed in 56 milliseconds
1
2