OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ids_length
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
dtfmttst.cpp
258
int32_t
ids_length
;
local
267
ids_length
= ids->count(status);
271
logln("Time Zone IDs size: %d",
ids_length
);
281
for (int32_t i = 0; i <
ids_length
; i++) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java
217
int
ids_length
= ids.length; //when fixed the bug should comment it out
local
222
logln("Time Zone IDs size:" +
ids_length
);
232
for (int i = 0; i <
ids_length
; i++) {
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java
214
int
ids_length
= ids.length; //when fixed the bug should comment it out
local
219
logln("Time Zone IDs size:" +
ids_length
);
229
for (int i = 0; i <
ids_length
; i++) {
[
all
...]
Completed in 123 milliseconds