Home
last modified time | relevance | path

Searched refs:prefix_var (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc608 const string prefix_var = "prefix_" + country_code_str + "_" + it->name(); in WriteSource() local
609 WritePrefixDescriptions(prefix_var, prefixes, output); in WriteSource()
610 prefix_vars[country_code_str + "_" + it->name()] = prefix_var; in WriteSource()