OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phone_number
(Results
1 - 25
of
127
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/autofill/
phone_number_unittest.cc
7
#include "chrome/browser/autofill/
phone_number
.h"
100
HomePhoneNumber
phone_number
;
local
101
phone_number
.set_whole_number(phone);
103
EXPECT_FALSE(
phone_number
.IsCountryCode(ASCIIToUTF16("")));
104
EXPECT_FALSE(
phone_number
.IsCountryCode(ASCIIToUTF16("1")));
105
EXPECT_TRUE(
phone_number
.IsCountryCode(ASCIIToUTF16("12")));
106
EXPECT_FALSE(
phone_number
.IsCountryCode(ASCIIToUTF16("123")));
108
EXPECT_FALSE(
phone_number
.IsCityCode(ASCIIToUTF16("")));
109
EXPECT_FALSE(
phone_number
.IsCityCode(ASCIIToUTF16("1")));
110
EXPECT_FALSE(
phone_number
.IsCityCode(ASCIIToUTF16("12")))
[
all
...]
fax_number.h
10
#include "chrome/browser/autofill/
phone_number
.h"
home_phone_number.h
9
#include "chrome/browser/autofill/
phone_number
.h"
/external/protobuf/examples/
list_people.py
16
for
phone_number
in person.phone:
17
if
phone_number
.type == addressbook_pb2.Person.MOBILE:
19
elif
phone_number
.type == addressbook_pb2.Person.HOME:
21
elif
phone_number
.type == addressbook_pb2.Person.WORK:
23
print
phone_number
.number
add_person.py
22
phone_number
= person.phone.add()
23
phone_number
.number = number
27
phone_number
.type = addressbook_pb2.Person.MOBILE
29
phone_number
.type = addressbook_pb2.Person.HOME
31
phone_number
.type = addressbook_pb2.Person.WORK
add_person.cc
35
tutorial::Person::PhoneNumber*
phone_number
= person->add_phone();
local
36
phone_number
->set_number(number);
42
phone_number
->set_type(tutorial::Person::MOBILE);
44
phone_number
->set_type(tutorial::Person::HOME);
46
phone_number
->set_type(tutorial::Person::WORK);
list_people.cc
21
const tutorial::Person::PhoneNumber&
phone_number
= person.phone(j);
local
23
switch (
phone_number
.type()) {
34
cout <<
phone_number
.number() << endl;
/hardware/ril/mock-ril/src/proto/
ctrl.proto
40
required string
phone_number
= 1; // Phone number to display
57
required string
phone_number
= 1; // phone number
/packages/apps/Tag/res/values-af/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Teks <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Bel <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-am/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"??? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"??? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-ar/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"???? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"????? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-bg/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"SMS ?? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"???????? ?? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-ca/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Envia un missatge de text a <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Truca a <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-cs/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Text <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Volat kontakt <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-da/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Send sms til <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Ring til <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-de/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"SMS an <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"<xliff:g id="
PHONE_NUMBER
">%s</xliff:g> anrufen"</string>
/packages/apps/Tag/res/values-el/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"???????? ????????? ???? ?????? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"????? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-en-rGB/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Text <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Call <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-es/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Enviar SMS al <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Llamar al <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-es-rUS/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Texto <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Llamar a <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-fa/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"????? ??? ?? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"???? ?? <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-fi/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Lähetä tekstiviesti numeroon <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Soita numeroon <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-fr/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Envoyer un SMS à <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Appeler <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
/packages/apps/Tag/res/values-hi/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"<xliff:g id="
PHONE_NUMBER
">%s</xliff:g> ?? SMS ?????"</string>
26
<string name="action_call" msgid="6226253647953184035">"<xliff:g id="
PHONE_NUMBER
">%s</xliff:g> ?? ??? ????"</string>
/packages/apps/Tag/res/values-hr/
strings.xml
25
<string name="action_text" msgid="577417996159152923">"Tekst <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
26
<string name="action_call" msgid="6226253647953184035">"Poziv <xliff:g id="
PHONE_NUMBER
">%s</xliff:g>"</string>
Completed in 96 milliseconds
1
2
3
4
5
6