HomeSort by relevance Sort by last modified time
    Searched refs:fMatches (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/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/
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/chromium_org/third_party/icu/source/i18n/unicode/
tznames.h 368 UVector* fMatches; // vector of MatchEntry
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 366 UVector* fMatches; // vector of MatchEntry

Completed in 425 milliseconds