OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMoreSize
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
encoll.cpp
263
const int32_t
testMoreSize
= (int32_t)(sizeof(testMore) / sizeof(testMore[0]));
264
for (i = 0; i <
testMoreSize
; i++)
266
for (j = 0; j <
testMoreSize
; j++)
/external/icu4c/test/cintltst/
encoll.c
264
int32_t
testMoreSize
;
291
testMoreSize
= sizeof(testMore) / sizeof(testMore[0]);
292
for (i = 0; i <
testMoreSize
; i++)
294
for (j = 0; j <
testMoreSize
; j++)
Completed in 139 milliseconds