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:wordLength
(Results
1 - 19
of
19
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H
A
D
ThaiBreakEngine.java
105
int
wordLength
;
in divideUpDictionaryRange()
115
wordLength
= 0;
in divideUpDictionaryRange()
122
wordLength
= words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
154
wordLength
= words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
163
if (fIter.getIndex() < rangeEnd &&
wordLength
< THAI_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
168
(
wordLength
== 0 ||
in divideUpDictionaryRange()
171
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
188
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
197
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
202
wordLength
in divideUpDictionaryRange()
[all...]
H
A
D
BurmeseBreakEngine.java
87
int
wordLength
;
in divideUpDictionaryRange()
97
wordLength
= 0;
in divideUpDictionaryRange()
104
wordLength
= words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
135
wordLength
= words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
144
if (fIter.getIndex() < rangeEnd &&
wordLength
< BURMESE_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
149
(
wordLength
== 0 ||
in divideUpDictionaryRange()
152
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
165
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
174
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
179
wordLength
in divideUpDictionaryRange()
[all...]
H
A
D
KhmerBreakEngine.java
94
int
wordLength
;
in divideUpDictionaryRange()
105
wordLength
= 0;
in divideUpDictionaryRange()
112
wordLength
= words[wordsFound % KHMER_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
143
wordLength
= words[wordsFound%KHMER_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
152
if (fIter.getIndex() < rangeEnd &&
wordLength
< KHMER_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
157
(
wordLength
== 0 ||
in divideUpDictionaryRange()
160
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
173
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
182
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
187
wordLength
in divideUpDictionaryRange()
[all...]
H
A
D
LaoBreakEngine.java
95
int
wordLength
;
in divideUpDictionaryRange()
105
wordLength
= 0;
in divideUpDictionaryRange()
112
wordLength
= words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
143
wordLength
= words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
152
if (fIter.getIndex() < rangeEnd &&
wordLength
< LAO_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
157
(
wordLength
== 0 ||
in divideUpDictionaryRange()
160
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
173
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
182
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
187
wordLength
in divideUpDictionaryRange()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
ThaiBreakEngine.java
111
int
wordLength
;
in divideUpDictionaryRange()
121
wordLength
= 0;
in divideUpDictionaryRange()
128
wordLength
= words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
164
wordLength
= words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
173
if (fIter.getIndex() < rangeEnd &&
wordLength
< THAI_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
178
(
wordLength
== 0 ||
in divideUpDictionaryRange()
181
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
198
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
207
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
212
wordLength
in divideUpDictionaryRange()
[all...]
H
A
D
BurmeseBreakEngine.java
97
int
wordLength
;
in divideUpDictionaryRange()
107
wordLength
= 0;
in divideUpDictionaryRange()
114
wordLength
= words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
149
wordLength
= words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
158
if (fIter.getIndex() < rangeEnd &&
wordLength
< BURMESE_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
163
(
wordLength
== 0 ||
in divideUpDictionaryRange()
166
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
179
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
188
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
193
wordLength
in divideUpDictionaryRange()
[all...]
H
A
D
KhmerBreakEngine.java
100
int
wordLength
;
in divideUpDictionaryRange()
111
wordLength
= 0;
in divideUpDictionaryRange()
118
wordLength
= words[wordsFound % KHMER_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
153
wordLength
= words[wordsFound%KHMER_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
162
if (fIter.getIndex() < rangeEnd &&
wordLength
< KHMER_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
167
(
wordLength
== 0 ||
in divideUpDictionaryRange()
170
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
183
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
192
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
197
wordLength
in divideUpDictionaryRange()
[all...]
H
A
D
LaoBreakEngine.java
100
int
wordLength
;
in divideUpDictionaryRange()
110
wordLength
= 0;
in divideUpDictionaryRange()
117
wordLength
= words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
152
wordLength
= words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
in divideUpDictionaryRange()
161
if (fIter.getIndex() < rangeEnd &&
wordLength
< LAO_ROOT_COMBINE_THRESHOLD) {
in divideUpDictionaryRange()
166
(
wordLength
== 0 ||
in divideUpDictionaryRange()
169
int remaining = rangeEnd - (current +
wordLength
);
in divideUpDictionaryRange()
182
fIter.setIndex(current +
wordLength
+ chars);
in divideUpDictionaryRange()
191
if (
wordLength
<= 0) {
in divideUpDictionaryRange()
196
wordLength
in divideUpDictionaryRange()
[all...]
/third_party/icu/tools/unicode/c/genprops/
H
A
D
namespropsbuilder.cpp
342
int16_t start=0, limit,
wordLength
/*, prevStart=-1*/;
in parseName()
local
358
wordLength
=(int16_t)(limit-start);
in parseName()
359
if(
wordLength
>1) {
in parseName()
360
word=findWord(name+start,
wordLength
);
in parseName()
362
word=addWord(name+start,
wordLength
);
in parseName()
373
wordLength
=limit-prevStart;
in parseName()
374
word=findWord(name+prevStart,
wordLength
);
in parseName()
376
word=addWord(name+prevStart,
wordLength
);
in parseName()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H
A
D
Decode.java
968
int
wordLength
= s.copyLength;
in doUseDictionary()
969
if (
wordLength
> Dictionary.MAX_DICTIONARY_WORD_LENGTH) {
in doUseDictionary()
972
int shift = Dictionary.sizeBits[
wordLength
];
in doUseDictionary()
976
int offset = Dictionary.offsets[
wordLength
];
in doUseDictionary()
980
offset += wordIdx *
wordLength
;
in doUseDictionary()
986
offset,
wordLength
, transforms, transformIdx);
in doUseDictionary()
/third_party/icu/icu4c/source/common/
H
A
D
dictbe.cpp
1001
// if ((int32_t)utext_getNativeIndex(text) < rangeEnd &&
wordLength
> 0) {
in divideUpDictionaryRange()
1009
//
wordLength
+= 1; // Add PAIYANNOI to word
in divideUpDictionaryRange()
1022
//
wordLength
+= 1; // Add MAIYAMOK to word
in divideUpDictionaryRange()
1031
// utext_setNativeIndex(text, current+
wordLength
);
in divideUpDictionaryRange()
1096
static inline uint32_t getKatakanaCost(int32_t
wordLength
){
in getKatakanaCost()
argument
1100
return (
wordLength
> kMaxKatakanaLength) ? 8192 : katakanaCost[
wordLength
];
in getKatakanaCost()
/third_party/node/deps/icu-small/source/common/
H
A
D
dictbe.cpp
1001
// if ((int32_t)utext_getNativeIndex(text) < rangeEnd &&
wordLength
> 0) {
in divideUpDictionaryRange()
1009
//
wordLength
+= 1; // Add PAIYANNOI to word
in divideUpDictionaryRange()
1022
//
wordLength
+= 1; // Add MAIYAMOK to word
in divideUpDictionaryRange()
1031
// utext_setNativeIndex(text, current+
wordLength
);
in divideUpDictionaryRange()
1107
static inline uint32_t getKatakanaCost(int32_t
wordLength
){
in getKatakanaCost()
argument
1111
return (
wordLength
> kMaxKatakanaLength) ? 8192 : katakanaCost[
wordLength
];
in getKatakanaCost()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
dictbe.cpp
988
// if ((int32_t)utext_getNativeIndex(text) < rangeEnd &&
wordLength
> 0) {
in divideUpDictionaryRange()
996
//
wordLength
+= 1; // Add PAIYANNOI to word
in divideUpDictionaryRange()
1009
//
wordLength
+= 1; // Add MAIYAMOK to word
in divideUpDictionaryRange()
1018
// utext_setNativeIndex(text, current+
wordLength
);
in divideUpDictionaryRange()
1081
static inline uint32_t getKatakanaCost(int32_t
wordLength
){
in getKatakanaCost()
argument
1085
return (
wordLength
> kMaxKatakanaLength) ? 8192 : katakanaCost[
wordLength
];
in getKatakanaCost()
/third_party/node/test/fixtures/snapshot/
H
A
D
typescript.js
[all...]
/third_party/typescript/lib/
H
A
D
tsserverlibrary.js
[all...]
H
A
D
typescript.js
[all...]
H
A
D
typescriptServices.js
[all...]
H
A
D
tsserver.js
[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 132 milliseconds