1// Copyright (C) 2012 The Libphonenumber Authors 2 3#include "phonenumbers/geocoding/phonenumber_offline_geocoder.h" 4#include "phonenumbers/phonenumberutil.h" 5#include <string> 6#include <unicode/locid.h> 7 8using i18n::phonenumbers::PhoneNumberOfflineGeocoder; 9 10PhoneNumberOfflineGeocoder* offlineGeocoder = NULL; 11i18n::phonenumbers::PhoneNumberUtil* util = NULL; 12extern "C" int exposeLocationName(const char* pNumber, const char* locale, char* res, const int resLength); 13