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:lastCC
(Results
1 - 12
of
12
) sorted by relevance
/third_party/icu/tools/colprobe/
H
A
D
line.cpp
44
lastCC
= 0;
in init()
65
lastCC
= u_getCombiningClass(c);
in Line()
76
lastCC
= firstCC;
in Line()
117
lastCC
= other.
lastCC
;
in operator =()
188
lastCC
= u_getCombiningClass(c);
in setName()
197
lastCC
= second->
lastCC
;
in setToConcat()
365
lastCC
= u_getCombiningClass(c);
in setTo()
375
lastCC
in setTo()
[all...]
H
A
D
line.h
107
uint8_t
lastCC
;
member in Line
H
A
D
sortedlines.cpp
557
} else if((firstRep[i]->
lastCC
> secondRep[j]->firstCC && secondRep[j]->firstCC && !frenchSecondary)
in detectContractions()
558
|| (firstRep[i]->firstCC < secondRep[j]->
lastCC
&& firstRep[i]->firstCC && frenchSecondary)) {
in detectContractions()
565
}else if(firstRep[i]->
lastCC
&& secondRep[j]->firstCC && frenchSecondary) {
in detectContractions()
628
if(((!secondRep[j-1]->firstCC || firstRep[i]->
lastCC
< secondRep[j-1]->firstCC) && !frenchSecondary)
in detectContractions()
629
||((!firstRep[i]->firstCC || firstRep[i]->firstCC > secondRep[j-1]->
lastCC
) && frenchSecondary)) {
in detectContractions()
850
//if(expansionLine.
lastCC
&& toSort[k]->firstCC && expansionLine.
lastCC
> toSort[k]->firstCC) {
in getExpansionLine()
1092
&& previous->
lastCC
> UB[strength]->firstCC)) {
in detectExpansions()
1137
//if(expansionLine.
lastCC
&& toSort[k]->firstCC && expansionLine.
lastCC
> toSor
in detectExpansions()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Normalizer2Impl.java
146
lastCC
=0;
in ReorderingBuffer()
149
lastCC
=previousCC();
in ReorderingBuffer()
151
if(
lastCC
>1) {
in ReorderingBuffer()
160
lastCC
=0;
in ReorderingBuffer()
166
public int getLastCC() { return
lastCC
; }
in getLastCC()
175
if(
lastCC
<=cc || cc==0) {
in append()
177
lastCC
=cc;
in append()
190
if(
lastCC
<=leadCC || leadCC==0) {
in append()
197
lastCC
=trailCC;
in append()
224
lastCC
in append()
341
private int
lastCC
;
global()
field in Normalizer2Impl.ReorderingBuffer
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Normalizer2Impl.java
152
lastCC
=0;
in ReorderingBuffer()
155
lastCC
=previousCC();
in ReorderingBuffer()
157
if(
lastCC
>1) {
in ReorderingBuffer()
166
lastCC
=0;
in ReorderingBuffer()
172
public int getLastCC() { return
lastCC
; }
in getLastCC()
181
if(
lastCC
<=cc || cc==0) {
in append()
183
lastCC
=cc;
in append()
196
if(
lastCC
<=leadCC || leadCC==0) {
in append()
203
lastCC
=trailCC;
in append()
230
lastCC
in append()
347
private int
lastCC
;
global()
field in Normalizer2Impl.ReorderingBuffer
[all...]
/third_party/icu/icu4c/source/common/
H
A
D
normalizer2impl.h
145
remainingCapacity(0),
lastCC
(0) {}
in ReorderingBuffer()
159
uint8_t getLastCC() const { return
lastCC
; }
in getLastCC()
176
if(
lastCC
<=cc || cc==0) {
in appendBMP()
178
lastCC
=cc;
in appendBMP()
195
lastCC
=0;
in setReorderingLimit()
230
uint8_t
lastCC
;
member in ReorderingBuffer
H
A
D
normalizer2impl.cpp
175
remainingCapacity(str.getCapacity()),
lastCC
(0) {
194
lastCC
=0;
197
lastCC
=previousCC();
199
if(
lastCC
>1) {
244
if(
lastCC
<=cc || cc==0) {
248
lastCC
=cc;
269
if(
lastCC
<=leadCC || leadCC==0) {
277
lastCC
=trailCC;
313
lastCC
=0;
329
lastCC
[all...]
/third_party/node/deps/icu-small/source/common/
H
A
D
normalizer2impl.h
145
remainingCapacity(0),
lastCC
(0) {}
in ReorderingBuffer()
159
uint8_t getLastCC() const { return
lastCC
; }
in getLastCC()
176
if(
lastCC
<=cc || cc==0) {
in appendBMP()
178
lastCC
=cc;
in appendBMP()
195
lastCC
=0;
in setReorderingLimit()
230
uint8_t
lastCC
;
member in ReorderingBuffer
H
A
D
normalizer2impl.cpp
175
remainingCapacity(str.getCapacity()),
lastCC
(0) {
194
lastCC
=0;
197
lastCC
=previousCC();
199
if(
lastCC
>1) {
244
if(
lastCC
<=cc || cc==0) {
248
lastCC
=cc;
269
if(
lastCC
<=leadCC || leadCC==0) {
277
lastCC
=trailCC;
313
lastCC
=0;
329
lastCC
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
normalizer2impl.h
145
remainingCapacity(0),
lastCC
(0) {}
in ReorderingBuffer()
159
uint8_t getLastCC() const { return
lastCC
; }
in getLastCC()
176
if(
lastCC
<=cc || cc==0) {
in appendBMP()
178
lastCC
=cc;
in appendBMP()
195
lastCC
=0;
in setReorderingLimit()
230
uint8_t
lastCC
;
member in ReorderingBuffer
H
A
D
normalizer2impl.cpp
175
remainingCapacity(str.getCapacity()),
lastCC
(0) {
194
lastCC
=0;
197
lastCC
=previousCC();
199
if(
lastCC
>1) {
244
if(
lastCC
<=cc || cc==0) {
248
lastCC
=cc;
269
if(
lastCC
<=leadCC || leadCC==0) {
277
lastCC
=trailCC;
313
lastCC
=0;
329
lastCC
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 14 milliseconds