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:LOWER_CASE
(Results
1 - 13
of
13
) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H
A
D
CollationFastLatin.java
141
static final int
LOWER_CASE
= 8; // case bits include this offset
field in CollationFastLatin
142
static final int TWO_LOWER_CASES = (
LOWER_CASE
<< 16) |
LOWER_CASE
; // 0x80008
675
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER;
in lookup()
796
pair |=
LOWER_CASE
<< 16; // implied weight of secondary CE
in getCases()
799
pair =
LOWER_CASE
;
in getCases()
833
pair |= (
LOWER_CASE
| COMMON_TER_PLUS_OFFSET) << 16;
in getTertiaries()
844
pair |=
LOWER_CASE
;
in getTertiaries()
H
A
D
CollationFastLatinBuilder.java
643
c += CollationFastLatin.
LOWER_CASE
;
in encodeTwoCEs()
666
case1 = (case1 >> (14 - 3)) + CollationFastLatin.
LOWER_CASE
;
in encodeTwoCEs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H
A
D
CollationFastLatin.java
145
static final int
LOWER_CASE
= 8; // case bits include this offset
field in CollationFastLatin
146
static final int TWO_LOWER_CASES = (
LOWER_CASE
<< 16) |
LOWER_CASE
; // 0x80008
679
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER;
in lookup()
800
pair |=
LOWER_CASE
<< 16; // implied weight of secondary CE
in getCases()
803
pair =
LOWER_CASE
;
in getCases()
837
pair |= (
LOWER_CASE
| COMMON_TER_PLUS_OFFSET) << 16;
in getTertiaries()
848
pair |=
LOWER_CASE
;
in getTertiaries()
H
A
D
CollationFastLatinBuilder.java
644
c += CollationFastLatin.
LOWER_CASE
;
in encodeTwoCEs()
667
case1 = (case1 >> (14 - 3)) + CollationFastLatin.
LOWER_CASE
;
in encodeTwoCEs()
/third_party/icu/icu4c/source/i18n/
H
A
D
collationfastlatin.h
149
static const uint32_t
LOWER_CASE
= 8; // case bits include this offset
member in CollationFastLatin
150
static const uint32_t TWO_LOWER_CASES = (
LOWER_CASE
<< 16) |
LOWER_CASE
; // 0x80008
H
A
D
collationfastlatin.cpp
806
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER;
in lookup()
828
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER; // U+FFFF
in lookupUTF8()
851
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER; // U+FFFF
in lookupUTF8Unsafe()
986
pair |=
LOWER_CASE
<< 16; // implied weight of secondary CE
in getCases()
989
pair =
LOWER_CASE
;
in getCases()
1024
pair |= (
LOWER_CASE
| COMMON_TER_PLUS_OFFSET) << 16;
in getTertiaries()
1035
pair |=
LOWER_CASE
;
in getTertiaries()
H
A
D
collationfastlatinbuilder.cpp
686
c += CollationFastLatin::
LOWER_CASE
;
in encodeTwoCEs()
709
case1 = (case1 >> (14 - 3)) + CollationFastLatin::
LOWER_CASE
;
in encodeTwoCEs()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
collationfastlatin.h
149
static const uint32_t
LOWER_CASE
= 8; // case bits include this offset
member in CollationFastLatin
150
static const uint32_t TWO_LOWER_CASES = (
LOWER_CASE
<< 16) |
LOWER_CASE
; // 0x80008
H
A
D
collationfastlatin.cpp
806
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER;
in lookup()
828
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER; // U+FFFF
in lookupUTF8()
851
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER; // U+FFFF
in lookupUTF8Unsafe()
986
pair |=
LOWER_CASE
<< 16; // implied weight of secondary CE
in getCases()
989
pair =
LOWER_CASE
;
in getCases()
1024
pair |= (
LOWER_CASE
| COMMON_TER_PLUS_OFFSET) << 16;
in getTertiaries()
1035
pair |=
LOWER_CASE
;
in getTertiaries()
H
A
D
collationfastlatinbuilder.cpp
686
c += CollationFastLatin::
LOWER_CASE
;
in encodeTwoCEs()
709
case1 = (case1 >> (14 - 3)) + CollationFastLatin::
LOWER_CASE
;
in encodeTwoCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
collationfastlatin.h
149
static const uint32_t
LOWER_CASE
= 8; // case bits include this offset
member in CollationFastLatin
150
static const uint32_t TWO_LOWER_CASES = (
LOWER_CASE
<< 16) |
LOWER_CASE
; // 0x80008
H
A
D
collationfastlatin.cpp
806
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER;
in lookup()
828
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER; // U+FFFF
in lookupUTF8()
851
return MAX_SHORT | COMMON_SEC |
LOWER_CASE
| COMMON_TER; // U+FFFF
in lookupUTF8Unsafe()
986
pair |=
LOWER_CASE
<< 16; // implied weight of secondary CE
in getCases()
989
pair =
LOWER_CASE
;
in getCases()
1024
pair |= (
LOWER_CASE
| COMMON_TER_PLUS_OFFSET) << 16;
in getTertiaries()
1035
pair |=
LOWER_CASE
;
in getTertiaries()
H
A
D
collationfastlatinbuilder.cpp
686
c += CollationFastLatin::
LOWER_CASE
;
in encodeTwoCEs()
709
case1 = (case1 >> (14 - 3)) + CollationFastLatin::
LOWER_CASE
;
in encodeTwoCEs()
Completed in 15 milliseconds