Lines Matching refs:UpdateGeocoding

24 GeocodingInfo* UpdateGeocoding::geocodingInfo = nullptr;
26 std::map<std::string, PrefixDescriptions>* UpdateGeocoding::prefixDescriptionsMap = new std::map<std::string, PrefixDescriptions>();
27 std::map<std::string, PrefixesInfo>* UpdateGeocoding::prefixesInfoMap = new std::map<std::string, PrefixesInfo>();
28 const PrefixDescriptions** UpdateGeocoding::prefixDescriptionsArray = nullptr;
29 LanguageCodeInfo* UpdateGeocoding::languageCodeInfo = nullptr;
30 bool UpdateGeocoding::isupdatedLanguageCodes = false;
31 const char** UpdateGeocoding::preLanguageCodes = nullptr;
32 const char** UpdateGeocoding::curLanguageCodes = nullptr;
33 int UpdateGeocoding::curLanguageCodesSize = 0;
34 int UpdateGeocoding::preLanguageCodesSize = 0;
36 std::map<int, CountryLanguages>* UpdateGeocoding::countryLanguagesMap = new std::map<int, CountryLanguages>();
37 std::map<int, CountriesInfo>* UpdateGeocoding::countriesInfoMap = new std::map<int, CountriesInfo>();
38 const CountryLanguages** UpdateGeocoding::countryLanguagesArray = nullptr;
39 CountryCodeInfo* UpdateGeocoding::countryCodeInfo = nullptr;
40 bool UpdateGeocoding::isupdatedCountryCodes = false;
41 const int* UpdateGeocoding::preCountryCodes = nullptr;
42 int* UpdateGeocoding::curCountryCodes = nullptr;
43 int UpdateGeocoding::curCountryCodesSize = 0;
44 int UpdateGeocoding::preCountryCodesSize = 0;
46 void UpdateGeocoding::LoadGeocodingData(int fd)
66 const PrefixDescriptions* UpdateGeocoding::UpdatePrefixDescriptions(
83 const char** UpdateGeocoding::UpdateLanguageCodes(const char** languageCodes, int languageCodesSize)
129 int UpdateGeocoding::UpdateLanguageCodesSize()
137 void UpdateGeocoding::AddPrefixDescriptions(const std::string& languageCode, int index)
172 void UpdateGeocoding::ModifyPrefixDescriptions(int32_t* prefixes, const char** descriptions,
224 void UpdateGeocoding::ModifyPossibleLengths(int32_t* possibleLengths, PrefixesInfo& prefixesInfo, int index)
237 const CountryLanguages* UpdateGeocoding::UpdateCountryLanguages(const CountryLanguages** preCountryLanguagesArray, int index)
252 const int* UpdateGeocoding::UpdateCountryCodes(const int* countryCodes, int countryCodesSize)
298 int UpdateGeocoding::UpdateCountryCodesSize()
306 void UpdateGeocoding::AddCountryLanguages(int countryCode)
336 int UpdateGeocoding::FindLanguageCode(const std::string& languageCode)
349 int UpdateGeocoding::FindCountryCode(int countryCode)
361 bool UpdateGeocoding::IsLowerThan(const char* s1, const char* s2)
366 char* UpdateGeocoding::WriteStr(const std::string& str)