OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:long
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/mjsunit/
string-indexof-1.js
80
// Test complex string indexOf algorithms. Only trigger for
long
strings.
82
//
Long
string that isn't a simple repeat of a shorter string.
83
var
long
= "A";
variable
85
long
=
long
+ String.fromCharCode(i) +
long
;
88
// pattern of 15 chars, repeated every 16 chars in
long
90
for(var i = 0; i <
long
.length - pattern.length; i+= 7) {
91
var index =
long
.indexOf(pattern, i);
92
assertEquals((i + 15) & ~0xf, index, "
Long
ABACABA...-string at index " + i)
[
all
...]
string-charcodeat.js
188
// Medium (>255) and
long
(>65535) strings.
197
var
long
= medium;
variable
198
long
+=
long
+
long
+
long
; // 1024.
199
long
+=
long
+
long
+
long
; // 4096
[
all
...]
/external/icu4c/i18n/
decNumberLocal.h
67
/* not use int or
long
directly. */
77
#define
Long
int64_t
82
typedef
long
int LI; /* for printf arguments only */
88
#define
long
?? /* .. or '
long
' types are not used */
macro
[
all
...]
/build/core/
definitions.mk
666
# Given a list of installed modules (short or
long
names)
[
all
...]
Completed in 52 milliseconds