Home | History | Annotate | Download | only in tzcode

Lines Matching refs:cit

1712                 map<string, string>::iterator cit = reverseCountryMap.find(i->first);
1713 if (cit == reverseCountryMap.end()) {
1716 file << " \"" << cit->second << "\", ";