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:totalChars
(Results
1 - 7
of
7
) sorted by relevance
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H
A
D
NormalizerPerformanceTest.java
40
int
totalChars
= 0;
in TestICU_NFC_NFD_Text()
42
totalChars
=
totalChars
+ NFDFileLines[i].length();
in TestICU_NFC_NFD_Text()
44
return
totalChars
;
in TestICU_NFC_NFD_Text()
58
int
totalChars
= 0;
in TestICU_NFC_NFC_Text()
60
totalChars
=
totalChars
+ NFCFileLines[i].length();
in TestICU_NFC_NFC_Text()
62
return
totalChars
;
in TestICU_NFC_NFC_Text()
76
int
totalChars
= 0;
in TestICU_NFC_Orig_Text()
78
totalChars
in TestICU_NFC_Orig_Text()
[all...]
H
A
D
CollationPerformanceTest.java
504
long
totalChars
= 0;
in doKeyGen()
510
totalChars
+= tests[line].length();
in doKeyGen()
521
totalChars
+= tests[line].length();
in doKeyGen()
534
System.out.println("Key Length / character = " + nf.format(totalKeyLen / (
totalChars
+ 0.0)));
in doKeyGen()
538
System.out.println(nf.format(totalKeyLen / (
totalChars
+ 0.0)) + ", ");
in doKeyGen()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H
A
D
IndicInputMethodImpl.java
105
// The variable
totalChars
give an indication of whether the last
107
// a call to dispatchEvent )
totalChars
is not equal to 0 ( it can
116
private int
totalChars
= 0;//number of total characters ( committed + composed )
field in IndicInputMethodImpl
208
if (
totalChars
> 0) {
in handleKeyTyped()
209
totalChars
= committedChars = 0;
in handleKeyTyped()
223
// the state must be
totalChars
= committedChars = 0;
in handleKeyTyped()
224
text[
totalChars
++] = currentChar;
in handleKeyTyped()
234
text[
totalChars
++] = currentChar;
in handleKeyTyped()
235
committedChars =
totalChars
-1;
in handleKeyTyped()
240
System.arraycopy(sub, 0, text,
totalChars
, su
in handleKeyTyped()
[all...]
/third_party/icu/icu4c/source/test/perf/normperf/
H
A
D
normperf.h
72
int32_t
totalChars
=0;
in getOperationsPerIteration()
local
74
totalChars
+= lines[i].len;
in getOperationsPerIteration()
76
return
totalChars
;
in getOperationsPerIteration()
141
int32_t
totalChars
=0;
in getOperationsPerIteration()
local
143
totalChars
+= lines[i].len;
in getOperationsPerIteration()
145
return
totalChars
;
in getOperationsPerIteration()
/third_party/icu/icu4c/source/test/perf/collationperf/
H
A
D
collperf.cpp
437
int
totalChars
= 0;
in doKeyGen()
local
439
totalChars
+= u_strlen(gFileLines[line].name);
in doKeyGen()
452
printf("Key Length / character = %f\n", (float)totalKeyLen / (float)
totalChars
);
in doKeyGen()
454
printf("%f, ", (float)totalKeyLen / (float)
totalChars
);
in doKeyGen()
/third_party/typescript/lib/
H
A
D
tsserverlibrary.js
[all...]
H
A
D
tsserver.js
[all...]
Completed in 68 milliseconds