OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STR_LEN
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
sorttest.c
92
* With CYCLE=10 characters per
STR_LEN
=3 string positions there are only 1000 unique strings.
96
#define
STR_LEN
3
106
UChar s[
STR_LEN
];
116
for(j=0; j<
STR_LEN
; ++j) {
131
return ucol_strcoll(coll, leftLine->s,
STR_LEN
, rightLine->s,
STR_LEN
);
138
UChar s[
STR_LEN
];
150
for(j=0; j<
STR_LEN
; ++j) { s[j]=BASE_CHAR; }
154
u_memcpy(p->s, s,
STR_LEN
);
160
if(++j==
STR_LEN
) { j=0;
[
all
...]
/external/icu/icu4c/source/test/cintltst/
sorttest.c
92
* With CYCLE=10 characters per
STR_LEN
=3 string positions there are only 1000 unique strings.
96
#define
STR_LEN
3
106
UChar s[
STR_LEN
];
116
for(j=0; j<
STR_LEN
; ++j) {
131
return ucol_strcoll(coll, leftLine->s,
STR_LEN
, rightLine->s,
STR_LEN
);
138
UChar s[
STR_LEN
];
150
for(j=0; j<
STR_LEN
; ++j) { s[j]=BASE_CHAR; }
154
u_memcpy(p->s, s,
STR_LEN
);
160
if(++j==
STR_LEN
) { j=0;
[
all
...]
Completed in 101 milliseconds