OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmatches
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
tznames.cpp
344
:
fMatches
(NULL) {
348
if (
fMatches
!= NULL) {
349
delete
fMatches
;
389
if (
fMatches
== NULL) {
392
return
fMatches
->size();
397
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
406
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
416
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
427
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
440
if (
fMatches
!= NULL)
[
all
...]
tzgnames.cpp
134
UVector*
fMatches
; // vector of MatchEntry
138
:
fMatches
(matches) {
142
if (
fMatches
!= NULL) {
143
delete
fMatches
;
149
if (
fMatches
== NULL) {
152
return
fMatches
->size();
157
GMatchInfo *minfo = (GMatchInfo *)
fMatches
->elementAt(index);
166
ZMatchInfo *minfo = (ZMatchInfo *)
fMatches
->elementAt(index);
175
GMatchInfo *minfo = (GMatchInfo *)
fMatches
->elementAt(index);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
tznames.h
366
UVector*
fMatches
; // vector of MatchEntry
Completed in 93 milliseconds