OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countValues
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
tznames_impl.h
85
inline int32_t
countValues
() const;
104
inline int32_t CharacterNode::
countValues
() const {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieTest.java
146
int
countValues
= 0;
154
values[
countValues
++] = checkRanges[i].value;
CodePointTrieTest.java
350
int i, sIndex,
countValues
;
354
countValues
=0;
360
values[
countValues
++]=value;
366
values[
countValues
++]=value;
372
values[
countValues
++]=value;
404
i=
countValues
;
[
all
...]
/external/icu/icu4c/source/test/cintltst/
trietest.c
151
int32_t i, length,
countValues
;
155
length=
countValues
=0;
161
values[
countValues
++]=checkRanges[i].value;
231
i=
countValues
;
trie2test.c
280
int32_t i, length, sIndex,
countValues
;
284
length=
countValues
=0;
289
values[
countValues
++]=value;
293
values[
countValues
++]=value;
297
values[
countValues
++]=value;
327
i=
countValues
;
384
int32_t i, countSpecials, length,
countValues
;
391
length=
countValues
=0;
394
values[
countValues
++]=errorValue;
396
values[
countValues
++]=errorValue
[
all
...]
ucptrietest.c
396
int32_t i, length, sIndex,
countValues
;
400
length=
countValues
=0;
406
values[
countValues
++]=value;
408
U_ASSERT(length < UPRV_LENGTHOF(s) &&
countValues
< UPRV_LENGTHOF(values));
413
values[
countValues
++]=value;
419
values[
countValues
++]=value;
427
if(
countValues
>UPRV_LENGTHOF(values)) {
428
log_err("UTF-16 test values length %d > capacity %d\n", (int)
countValues
, (int)UPRV_LENGTHOF(values));
461
i=
countValues
;
521
int32_t i, countSpecials, length,
countValues
;
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieTest.java
143
int
countValues
= 0;
151
values[
countValues
++] = checkRanges[i].value;
CodePointTrieTest.java
347
int i, sIndex,
countValues
;
351
countValues
=0;
357
values[
countValues
++]=value;
363
values[
countValues
++]=value;
369
values[
countValues
++]=value;
401
i=
countValues
;
[
all
...]
Completed in 910 milliseconds