OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fMaxMatchLen
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
tzgnames.cpp
199
int32_t
fMaxMatchLen
;
203
: fTypes(types), fResults(NULL),
fMaxMatchLen
(0) {
246
if (matchLength >
fMaxMatchLen
) {
247
fMaxMatchLen
= matchLength;
262
maxMatchLen =
fMaxMatchLen
;
266
fMaxMatchLen
= 0;
[
all
...]
tznames_impl.cpp
773
int32_t
fMaxMatchLen
;
778
: fTypes(types),
fMaxMatchLen
(0), fResults(NULL) {
815
if (U_SUCCESS(status) && matchLength >
fMaxMatchLen
) {
816
fMaxMatchLen
= matchLength;
829
maxMatchLen =
fMaxMatchLen
;
833
fMaxMatchLen
= 0;
[
all
...]
Completed in 24 milliseconds