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:shiftedDistance
(Results
1 - 8
of
8
) sorted by relevance
/third_party/icu/icu4c/source/common/
H
A
D
locdistance.cpp
211
int32_t
shiftedDistance
= shiftDistance(distance);
in getBestIndexAndDistance()
local
212
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
215
shiftedDistance
|= (desired.flags ^ supported.flags);
in getBestIndexAndDistance()
216
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
220
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
224
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
229
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
234
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
237
} else if (
shiftedDistance
== shiftedThreshold && bestIndex >= 0) {
in getBestIndexAndDistance()
H
A
D
locdistance.h
38
double
shiftedDistance
= getShiftedDistance(indexAndDistance);
in getDistanceDouble()
local
39
return
shiftedDistance
/ (1 << DISTANCE_SHIFT);
in getDistanceDouble()
/third_party/node/deps/icu-small/source/common/
H
A
D
locdistance.cpp
211
int32_t
shiftedDistance
= shiftDistance(distance);
in getBestIndexAndDistance()
local
212
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
215
shiftedDistance
|= (desired.flags ^ supported.flags);
in getBestIndexAndDistance()
216
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
220
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
224
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
229
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
234
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
237
} else if (
shiftedDistance
== shiftedThreshold && bestIndex >= 0) {
in getBestIndexAndDistance()
H
A
D
locdistance.h
38
double
shiftedDistance
= getShiftedDistance(indexAndDistance);
in getDistanceDouble()
local
39
return
shiftedDistance
/ (1 << DISTANCE_SHIFT);
in getDistanceDouble()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
locdistance.cpp
211
int32_t
shiftedDistance
= shiftDistance(distance);
in getBestIndexAndDistance()
local
212
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
215
shiftedDistance
|= (desired.flags ^ supported.flags);
in getBestIndexAndDistance()
216
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
220
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
224
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
229
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
234
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
237
} else if (
shiftedDistance
== shiftedThreshold && bestIndex >= 0) {
in getBestIndexAndDistance()
H
A
D
locdistance.h
38
double
shiftedDistance
= getShiftedDistance(indexAndDistance);
in getDistanceDouble()
local
39
return
shiftedDistance
/ (1 << DISTANCE_SHIFT);
in getDistanceDouble()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H
A
D
LocaleDistance.java
91
double
shiftedDistance
= getShiftedDistance(indexAndDistance);
in getDistanceDouble()
92
return
shiftedDistance
/ (1 << DISTANCE_SHIFT);
in getDistanceDouble()
344
int
shiftedDistance
= shiftDistance(distance);
in getBestIndexAndDistance()
345
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
348
shiftedDistance
|= (desired.flags ^ supported.flags);
in getBestIndexAndDistance()
349
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
353
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
357
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
362
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
367
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H
A
D
LocaleDistance.java
93
double
shiftedDistance
= getShiftedDistance(indexAndDistance);
in getDistanceDouble()
94
return
shiftedDistance
/ (1 << DISTANCE_SHIFT);
in getDistanceDouble()
349
int
shiftedDistance
= shiftDistance(distance);
in getBestIndexAndDistance()
350
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
353
shiftedDistance
|= (desired.flags ^ supported.flags);
in getBestIndexAndDistance()
354
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
358
if (
shiftedDistance
== 0) {
in getBestIndexAndDistance()
362
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
367
if (
shiftedDistance
< shiftedThreshold) {
in getBestIndexAndDistance()
372
shiftedThreshold =
shiftedDistance
;
in getBestIndexAndDistance()
[all...]
Completed in 6 milliseconds