Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AreaCodeMap
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H
A
D
area_code_map.h
40
class
AreaCodeMap
{
class
42
AreaCodeMap
();
45
AreaCodeMap
(const
AreaCodeMap
&) = delete;
46
AreaCodeMap
& operator=(const
AreaCodeMap
&) = delete;
48
~
AreaCodeMap
();
58
// Creates an
AreaCodeMap
initialized with area_codes. Note that the
H
A
D
area_code_map.cc
29
AreaCodeMap
::
AreaCodeMap
()
in AreaCodeMap()
function in i18n::phonenumbers::AreaCodeMap
33
AreaCodeMap
::~
AreaCodeMap
() {
in ~AreaCodeMap()
36
void
AreaCodeMap
::ReadAreaCodeMap(const PrefixDescriptions* descriptions) {
in ReadAreaCodeMap()
42
const char*
AreaCodeMap
::Lookup(const PhoneNumber& number) const {
in Lookup()
76
int
AreaCodeMap
::BinarySearch(int start, int end, int64 value) const {
in BinarySearch()
H
A
D
phonenumber_offline_geocoder.h
34
class
AreaCodeMap
;
46
typedef map<string, const
AreaCodeMap
*> AreaCodeMaps;
123
const
AreaCodeMap
* LoadAreaCodeMapFromFile(
126
const
AreaCodeMap
* GetPhonePrefixDescriptions(
H
A
D
phonenumber_offline_geocoder.cc
83
const
AreaCodeMap
* PhoneNumberOfflineGeocoder::GetPhonePrefixDescriptions(
in GetPhonePrefixDescriptions()
98
const
AreaCodeMap
* PhoneNumberOfflineGeocoder::LoadAreaCodeMapFromFile(
in LoadAreaCodeMapFromFile()
108
AreaCodeMap
* const m = new
AreaCodeMap
();
in LoadAreaCodeMapFromFile()
196
const
AreaCodeMap
* const descriptions = GetPhonePrefixDescriptions(
in GetAreaDescription()
202
const
AreaCodeMap
* default_descriptions = GetPhonePrefixDescriptions(
in GetAreaDescription()
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
H
A
D
area_code_map_test.cc
35
scoped_ptr<
AreaCodeMap
>* code_map) {
in MakeCodeMap()
36
scoped_ptr<
AreaCodeMap
> cm(new
AreaCodeMap
());
in MakeCodeMap()
111
void MakeCodeMapUS(scoped_ptr<
AreaCodeMap
>* code_map) {
in MakeCodeMapUS()
115
void MakeCodeMapIT(scoped_ptr<
AreaCodeMap
>* code_map) {
in MakeCodeMapIT()
135
scoped_ptr<
AreaCodeMap
> map_US_;
136
scoped_ptr<
AreaCodeMap
> map_IT_;
Completed in 3 milliseconds