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:OFFSET_SHIFT
(Results
1 - 16
of
16
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
Normalizer2Impl.java
496
extraData=maybeYesCompositions.substring((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>
OFFSET_SHIFT
);
in load()
644
int mapping=norm16_2>>
OFFSET_SHIFT
;
in ensureCanonIterData()
719
return (norm16 >>
OFFSET_SHIFT
) & 0xff;
in getCCFromNormalYesOrMaybe()
763
return deltaTrailCC >>
OFFSET_SHIFT
;
in getFCD16FromNormData()
775
int mapping=norm16>>
OFFSET_SHIFT
;
in getFCD16FromNormData()
815
int mapping=norm16>>
OFFSET_SHIFT
;
in getDecomposition()
839
int mapping=norm16>>
OFFSET_SHIFT
;
in getRawDecomposition()
914
public static final int
OFFSET_SHIFT
=1;
field in Normalizer2Impl
1168
int mapping = norm16 >>
OFFSET_SHIFT
;
in compose()
1624
int mapping=norm16>>
OFFSET_SHIFT
;
in norm16HasDecompBoundaryBefore()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
Normalizer2Impl.java
505
extraData=maybeYesCompositions.substring((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>
OFFSET_SHIFT
);
in load()
653
int mapping=norm16_2>>
OFFSET_SHIFT
;
in ensureCanonIterData()
728
return (norm16 >>
OFFSET_SHIFT
) & 0xff;
in getCCFromNormalYesOrMaybe()
772
return deltaTrailCC >>
OFFSET_SHIFT
;
in getFCD16FromNormData()
784
int mapping=norm16>>
OFFSET_SHIFT
;
in getFCD16FromNormData()
824
int mapping=norm16>>
OFFSET_SHIFT
;
in getDecomposition()
848
int mapping=norm16>>
OFFSET_SHIFT
;
in getRawDecomposition()
923
public static final int
OFFSET_SHIFT
=1;
field in Normalizer2Impl
1177
int mapping = norm16 >>
OFFSET_SHIFT
;
in compose()
1633
int mapping=norm16>>
OFFSET_SHIFT
;
in norm16HasDecompBoundaryBefore()
[all...]
/third_party/icu/icu4c/source/common/
H
A
D
normalizer2impl.h
294
return (uint8_t)(norm16 >>
OFFSET_SHIFT
);
in getCCFromNormalYesOrMaybe()
405
OFFSET_SHIFT
=1,
enumerator
623
const uint16_t *getMapping(uint16_t norm16) const { return extraData+(norm16>>
OFFSET_SHIFT
); }
in getMapping()
642
return maybeYesCompositions+((norm16-minMaybeYes)>>
OFFSET_SHIFT
);
in getCompositionsListForMaybe()
877
* In version 3, the difference must be shifted right by
OFFSET_SHIFT
.
894
* In version 3, the norm16 values must be shifted right by
OFFSET_SHIFT
931
* Data indexes and ccc values are shifted left by one (
OFFSET_SHIFT
).
H
A
D
normalizer2impl.cpp
450
extraData=maybeYesCompositions+((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>
OFFSET_SHIFT
);
2245
return deltaTrailCC >>
OFFSET_SHIFT
;
/third_party/node/deps/icu-small/source/common/
H
A
D
normalizer2impl.h
294
return (uint8_t)(norm16 >>
OFFSET_SHIFT
);
in getCCFromNormalYesOrMaybe()
405
OFFSET_SHIFT
=1,
enumerator
623
const uint16_t *getMapping(uint16_t norm16) const { return extraData+(norm16>>
OFFSET_SHIFT
); }
in getMapping()
642
return maybeYesCompositions+((norm16-minMaybeYes)>>
OFFSET_SHIFT
);
in getCompositionsListForMaybe()
878
* In version 3, the difference must be shifted right by
OFFSET_SHIFT
.
895
* In version 3, the norm16 values must be shifted right by
OFFSET_SHIFT
932
* Data indexes and ccc values are shifted left by one (
OFFSET_SHIFT
).
H
A
D
normalizer2impl.cpp
450
extraData=maybeYesCompositions+((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>
OFFSET_SHIFT
);
2245
return deltaTrailCC >>
OFFSET_SHIFT
;
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
normalizer2impl.h
294
return (uint8_t)(norm16 >>
OFFSET_SHIFT
);
in getCCFromNormalYesOrMaybe()
405
OFFSET_SHIFT
=1,
enumerator
623
const uint16_t *getMapping(uint16_t norm16) const { return extraData+(norm16>>
OFFSET_SHIFT
); }
in getMapping()
642
return maybeYesCompositions+((norm16-minMaybeYes)>>
OFFSET_SHIFT
);
in getCompositionsListForMaybe()
877
* In version 3, the difference must be shifted right by
OFFSET_SHIFT
.
894
* In version 3, the norm16 values must be shifted right by
OFFSET_SHIFT
931
* Data indexes and ccc values are shifted left by one (
OFFSET_SHIFT
).
H
A
D
normalizer2impl.cpp
450
extraData=maybeYesCompositions+((MIN_NORMAL_MAYBE_YES-minMaybeYes)>>
OFFSET_SHIFT
);
2245
return deltaTrailCC >>
OFFSET_SHIFT
;
/third_party/icu/icu4c/source/i18n/
H
A
D
collationruleparser.h
146
static const int32_t
OFFSET_SHIFT
= 8;
member in CollationRuleParser
H
A
D
collationruleparser.cpp
161
int32_t i = ruleIndex + (result >>
OFFSET_SHIFT
); // skip over the relation operator
in parseRuleChain()
254
return ((i - ruleIndex) <<
OFFSET_SHIFT
) | strength;
in parseRelationOperator()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
collationruleparser.h
146
static const int32_t
OFFSET_SHIFT
= 8;
member in CollationRuleParser
H
A
D
collationruleparser.cpp
163
int32_t i = ruleIndex + (result >>
OFFSET_SHIFT
); // skip over the relation operator
in parseRuleChain()
256
return ((i - ruleIndex) <<
OFFSET_SHIFT
) | strength;
in parseRelationOperator()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
collationruleparser.h
146
static const int32_t
OFFSET_SHIFT
= 8;
member in CollationRuleParser
H
A
D
collationruleparser.cpp
161
int32_t i = ruleIndex + (result >>
OFFSET_SHIFT
); // skip over the relation operator
in parseRuleChain()
254
return ((i - ruleIndex) <<
OFFSET_SHIFT
) | strength;
in parseRelationOperator()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H
A
D
CollationRuleParser.java
122
private static final int
OFFSET_SHIFT
= 8;
field in CollationRuleParser
197
int i = ruleIndex + (result >>
OFFSET_SHIFT
); // skip over the relation operator
in parseRuleChain()
288
return ((i - ruleIndex) <<
OFFSET_SHIFT
) | strength;
in parseRelationOperator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H
A
D
CollationRuleParser.java
126
private static final int
OFFSET_SHIFT
= 8;
field in CollationRuleParser
201
int i = ruleIndex + (result >>
OFFSET_SHIFT
); // skip over the relation operator
in parseRuleChain()
292
return ((i - ruleIndex) <<
OFFSET_SHIFT
) | strength;
in parseRelationOperator()
Completed in 28 milliseconds