OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fMatches
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
tznames.cpp
402
:
fMatches
(NULL) {
406
if (
fMatches
!= NULL) {
407
delete
fMatches
;
447
if (
fMatches
== NULL) {
450
return
fMatches
->size();
455
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
464
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
474
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
485
const MatchInfo* match = (const MatchInfo*)
fMatches
->elementAt(idx);
498
if (
fMatches
!= NULL)
[
all
...]
tzgnames.cpp
137
UVector*
fMatches
; // vector of MatchEntry
141
:
fMatches
(matches) {
145
if (
fMatches
!= NULL) {
146
delete
fMatches
;
152
if (
fMatches
== NULL) {
155
return
fMatches
->size();
160
GMatchInfo *minfo = (GMatchInfo *)
fMatches
->elementAt(index);
169
ZMatchInfo *minfo = (ZMatchInfo *)
fMatches
->elementAt(index);
178
GMatchInfo *minfo = (GMatchInfo *)
fMatches
->elementAt(index);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
tznames.h
390
UVector*
fMatches
; // vector of MatchEntry
Completed in 1349 milliseconds