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:frenchSecondary
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/tools/colprobe/
H
A
D
strengthprobe.cpp
34
frenchSecondary
(false),
in StrengthProbe()
289
if((result <= 0 && !
frenchSecondary
) || (result >= 0 &&
frenchSecondary
)) { // swamps tertiary difference
in distanceFromEmptyString()
344
frenchSecondary
= that.
frenchSecondary
;
in operator =()
369
frenchSecondary
= true;
in isFrenchSecondary()
H
A
D
sortedlines.cpp
27
frenchSecondary
(false),
in SortedLines()
208
frenchSecondary
= probe.isFrenchSecondary(status);
in analyse()
213
logger->log("French secondary value is %i\n",
frenchSecondary
,
frenchSecondary
);
in analyse()
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()
563
} else if(
frenchSecondary
&& (firstRep[i]->strengthFromEmpty > UCOL_PRIMARY && secondRep[j]->strengthFromEmpty > UCOL_PRIMARY)) {
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()
[all...]
H
A
D
strengthprobe.h
54
UBool
frenchSecondary
;
member in StrengthProbe
H
A
D
sortedlines.h
49
UBool
frenchSecondary
;
member in SortedLines
Completed in 3 milliseconds