OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fHasValuesVector
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
tznames_impl.h
87
UBool
fHasValuesVector
;
90
// No value: fValues == NULL and
fHasValuesVector
== FALSE
91
// One value: fValues == value and
fHasValuesVector
== FALSE
92
// >=2 values: fValues == UVector of values and
fHasValuesVector
== TRUE
102
!
fHasValuesVector
? 1 :
107
if (!
fHasValuesVector
) {
tznames_impl.cpp
66
} else if (!
fHasValuesVector
) {
87
if (!
fHasValuesVector
) {
99
fHasValuesVector
= TRUE;
[
all
...]
Completed in 91 milliseconds