blob: 9a5837586cdf97d719ba37f5ce18aaf2f9c6e7a9 [file] [log] [blame]
Lara Scheideggerfe7e2462011-05-05 16:12:07 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0-google-v3) on Wed May 04 18:24:03 CEST 2011 -->
6<TITLE>
7Index
8</TITLE>
9
10<META NAME="date" CONTENT="2011-05-04">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 if (location.href.indexOf('is-external=true') == -1) {
18 parent.document.title="Index";
19 }
20}
21</SCRIPT>
22<NOSCRIPT>
23</NOSCRIPT>
24
25</HEAD>
26
27<BODY BGCOLOR="white" onload="windowTitle();">
28<HR>
29
30
31<!-- ========= START OF TOP NAVBAR ======= -->
32<A NAME="navbar_top"><!-- --></A>
33<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35<TR>
36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37<A NAME="navbar_top_firstrow"><!-- --></A>
38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39 <TR ALIGN="center" VALIGN="top">
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/google/i18n/phonenumbers/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46 </TR>
47</TABLE>
48</TD>
49<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50</EM>
51</TD>
52</TR>
53
54<TR>
55<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56&nbsp;PREV&nbsp;
57&nbsp;NEXT</FONT></TD>
58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
60&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
61&nbsp;<SCRIPT type="text/javascript">
62 <!--
63 if(window==top) {
64 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
65 }
66 //-->
67</SCRIPT>
68<NOSCRIPT>
69 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
70</NOSCRIPT>
71
72
73</FONT></TD>
74</TR>
75</TABLE>
76<A NAME="skip-navbar_top"></A>
77<!-- ========= END OF TOP NAVBAR ========= -->
78
79<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <HR>
80<A NAME="_A_"><!-- --></A><H2>
81<B>A</B></H2>
82<DL>
83<DT><A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers"><B>AsYouTypeFormatter</B></A> - Class in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>A formatter which formats phone numbers as they are entered.</DL>
84<HR>
85<A NAME="_C_"><!-- --></A><H2>
86<B>C</B></H2>
87<DL>
88<DT><A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#clear()"><B>clear()</B></A> -
89Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers">AsYouTypeFormatter</A>
90<DD>Clears the internal state of the formatter, so it can be reused.
91<DT><A HREF="./com/google/i18n/phonenumbers/package-summary.html"><B>com.google.i18n.phonenumbers</B></A> - package com.google.i18n.phonenumbers<DD>&nbsp;<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#convertAlphaCharactersInNumber(java.lang.String)"><B>convertAlphaCharactersInNumber(String)</B></A> -
92Static method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
93<DD>Converts all alpha characters in a number to their respective digits on a keypad, but retains
94 existing formatting.
95</DL>
96<HR>
97<A NAME="_E_"><!-- --></A><H2>
98<B>E</B></H2>
99<DL>
100<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#end()"><B>end()</B></A> -
101Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
102<DD>Returns the exclusive end index of the matched phone number within the searched text.
103<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
104Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
105<DD>&nbsp;
106</DL>
107<HR>
108<A NAME="_F_"><!-- --></A><H2>
109<B>F</B></H2>
110<DL>
111<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#findNumbers(java.lang.CharSequence, java.lang.String)"><B>findNumbers(CharSequence, String)</B></A> -
112Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
113<DD>Returns an iterable over all <CODE>PhoneNumberMatches</CODE> in <code>text</code>.
114<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#findNumbers(java.lang.CharSequence, java.lang.String, com.google.i18n.phonenumbers.PhoneNumberUtil.Leniency, long)"><B>findNumbers(CharSequence, String, PhoneNumberUtil.Leniency, long)</B></A> -
115Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
116<DD>Returns an iterable over all <CODE>PhoneNumberMatches</CODE> in <code>text</code>.
117<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#format(PhoneNumber, com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat)"><B>format(PhoneNumber, PhoneNumberUtil.PhoneNumberFormat)</B></A> -
118Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
119<DD>Formats a phone number in the specified format using default rules.
120<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#format(PhoneNumber, com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat, java.lang.StringBuilder)"><B>format(PhoneNumber, PhoneNumberUtil.PhoneNumberFormat, StringBuilder)</B></A> -
121Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
122<DD>&nbsp;
123<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#formatByPattern(PhoneNumber, com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat, java.util.List)"><B>formatByPattern(PhoneNumber, PhoneNumberUtil.PhoneNumberFormat, List&lt;NumberFormat&gt;)</B></A> -
124Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
125<DD>Formats a phone number in the specified format using client-defined formatting rules.
126<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#formatInOriginalFormat(PhoneNumber, java.lang.String)"><B>formatInOriginalFormat(PhoneNumber, String)</B></A> -
127Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
128<DD>Formats a phone number using the original phone number format that the number is parsed from.
129<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#formatNationalNumberWithCarrierCode(PhoneNumber, java.lang.String)"><B>formatNationalNumberWithCarrierCode(PhoneNumber, String)</B></A> -
130Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
131<DD>Formats a phone number in national format for dialing using the carrier as specified in the
132 <code>carrierCode</code>.
133<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#formatNationalNumberWithPreferredCarrierCode(PhoneNumber, java.lang.String)"><B>formatNationalNumberWithPreferredCarrierCode(PhoneNumber, String)</B></A> -
134Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
135<DD>Formats a phone number in national format for dialing using the carrier as specified in the
136 preferredDomesticCarrierCode field of the PhoneNumber object passed in.
137<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#formatOutOfCountryCallingNumber(PhoneNumber, java.lang.String)"><B>formatOutOfCountryCallingNumber(PhoneNumber, String)</B></A> -
138Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
139<DD>Formats a phone number for out-of-country dialing purposes.
140<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#formatOutOfCountryKeepingAlphaChars(PhoneNumber, java.lang.String)"><B>formatOutOfCountryKeepingAlphaChars(PhoneNumber, String)</B></A> -
141Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
142<DD>Formats a phone number for out-of-country dialing purposes.
143</DL>
144<HR>
145<A NAME="_G_"><!-- --></A><H2>
146<B>G</B></H2>
147<DL>
148<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getAsYouTypeFormatter(java.lang.String)"><B>getAsYouTypeFormatter(String)</B></A> -
149Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
150<DD>Gets an <A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers"><CODE>AsYouTypeFormatter</CODE></A> for the specific region.
151<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getCountryCodeForRegion(java.lang.String)"><B>getCountryCodeForRegion(String)</B></A> -
152Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
153<DD>Returns the country calling code for a specific region.
154<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.html#getErrorType()"><B>getErrorType()</B></A> -
155Method in exception com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers">NumberParseException</A>
156<DD>Returns the error type of the exception that has been thrown.
157<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getExampleNumber(java.lang.String)"><B>getExampleNumber(String)</B></A> -
158Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
159<DD>Gets a valid number for the specified region.
160<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getExampleNumberForType(java.lang.String, com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberType)"><B>getExampleNumberForType(String, PhoneNumberUtil.PhoneNumberType)</B></A> -
161Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
162<DD>Gets a valid number for the specified region and number type.
163<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getInstance()"><B>getInstance()</B></A> -
164Static method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
165<DD>Gets a <CODE>PhoneNumberUtil</CODE> instance to carry out international phone number formatting,
166 parsing, or validation.
167<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getLengthOfGeographicalAreaCode(PhoneNumber)"><B>getLengthOfGeographicalAreaCode(PhoneNumber)</B></A> -
168Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
169<DD>Gets the length of the geographical area code in the <code>nationalNumber_</code> field of the
170 PhoneNumber object passed in, so that clients could use it to split a national significant
171 number into geographical area code and subscriber number.
172<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getLengthOfNationalDestinationCode(PhoneNumber)"><B>getLengthOfNationalDestinationCode(PhoneNumber)</B></A> -
173Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
174<DD>Gets the length of the national destination code (NDC) from the PhoneNumber object passed in,
175 so that clients could use it to split a national significant number into NDC and subscriber
176 number.
177<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getNationalSignificantNumber(PhoneNumber)"><B>getNationalSignificantNumber(PhoneNumber)</B></A> -
178Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
179<DD>Gets the national significant number of the a phone number.
180<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getNddPrefixForRegion(java.lang.String, boolean)"><B>getNddPrefixForRegion(String, boolean)</B></A> -
181Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
182<DD>Returns the national dialling prefix for a specific region.
183<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getNumberType(PhoneNumber)"><B>getNumberType(PhoneNumber)</B></A> -
184Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
185<DD>Gets the type of a phone number.
186<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getRegionCodeForCountryCode(int)"><B>getRegionCodeForCountryCode(int)</B></A> -
187Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
188<DD>Returns the region code that matches the specific country calling code.
189<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getRegionCodeForNumber(PhoneNumber)"><B>getRegionCodeForNumber(PhoneNumber)</B></A> -
190Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
191<DD>Returns the region where a phone number is from.
192<DT><A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#getRememberedPosition()"><B>getRememberedPosition()</B></A> -
193Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers">AsYouTypeFormatter</A>
194<DD>Returns the current position in the partially formatted phone number of the character which was
195 previously passed in as the parameter of <A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#inputDigitAndRememberPosition(char)"><CODE>AsYouTypeFormatter.inputDigitAndRememberPosition(char)</CODE></A>.
196<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#getSupportedRegions()"><B>getSupportedRegions()</B></A> -
197Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
198<DD>Convenience method to enable tests to get a list of what regions the library has metadata for.
199</DL>
200<HR>
201<A NAME="_H_"><!-- --></A><H2>
202<B>H</B></H2>
203<DL>
204<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#hashCode()"><B>hashCode()</B></A> -
205Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
206<DD>&nbsp;
207</DL>
208<HR>
209<A NAME="_I_"><!-- --></A><H2>
210<B>I</B></H2>
211<DL>
212<DT><A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#inputDigit(char)"><B>inputDigit(char)</B></A> -
213Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers">AsYouTypeFormatter</A>
214<DD>Formats a phone number on-the-fly as each digit is entered.
215<DT><A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#inputDigitAndRememberPosition(char)"><B>inputDigitAndRememberPosition(char)</B></A> -
216Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers">AsYouTypeFormatter</A>
217<DD>Same as <A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#inputDigit(char)"><CODE>AsYouTypeFormatter.inputDigit(char)</CODE></A>, but remembers the position where <code>nextChar</code> is inserted, so
218 that it can be retrieved later by using <A HREF="./com/google/i18n/phonenumbers/AsYouTypeFormatter.html#getRememberedPosition()"><CODE>AsYouTypeFormatter.getRememberedPosition()</CODE></A>.
219<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isAlphaNumber(java.lang.String)"><B>isAlphaNumber(String)</B></A> -
220Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
221<DD>Checks if the number is a valid vanity (alpha) number such as 800 MICROSOFT.
222<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isNANPACountry(java.lang.String)"><B>isNANPACountry(String)</B></A> -
223Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
224<DD>Checks if this is a region under the North American Numbering Plan Administration (NANPA).
225<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isNumberMatch(PhoneNumber, PhoneNumber)"><B>isNumberMatch(PhoneNumber, PhoneNumber)</B></A> -
226Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
227<DD>Takes two phone numbers and compares them for equality.
228<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isNumberMatch(PhoneNumber, java.lang.String)"><B>isNumberMatch(PhoneNumber, String)</B></A> -
229Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
230<DD>Takes two phone numbers and compares them for equality.
231<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isPossibleNumber(PhoneNumber)"><B>isPossibleNumber(PhoneNumber)</B></A> -
232Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
233<DD>Convenience wrapper around <A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isPossibleNumberWithReason(PhoneNumber)"><CODE>PhoneNumberUtil.isPossibleNumberWithReason(PhoneNumber)</CODE></A>.
234<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isPossibleNumber(java.lang.String, java.lang.String)"><B>isPossibleNumber(String, String)</B></A> -
235Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
236<DD>Check whether a phone number is a possible number given a number in the form of a string, and
237 the region where the number could be dialed from.
238<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isPossibleNumberWithReason(PhoneNumber)"><B>isPossibleNumberWithReason(PhoneNumber)</B></A> -
239Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
240<DD>Check whether a phone number is a possible number.
241<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isValidNumber(PhoneNumber)"><B>isValidNumber(PhoneNumber)</B></A> -
242Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
243<DD>Tests whether a phone number matches a valid pattern.
244<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#isValidNumberForRegion(PhoneNumber, java.lang.String)"><B>isValidNumberForRegion(PhoneNumber, String)</B></A> -
245Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
246<DD>Tests whether a phone number is valid for a certain region.
247</DL>
248<HR>
249<A NAME="_N_"><!-- --></A><H2>
250<B>N</B></H2>
251<DL>
252<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#normalizeDigitsOnly(java.lang.String)"><B>normalizeDigitsOnly(String)</B></A> -
253Static method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
254<DD>Normalizes a string of characters representing a phone number.
255<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#number()"><B>number()</B></A> -
256Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
257<DD>Returns the phone number matched by the receiver.
258<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers"><B>NumberParseException</B></A> - Exception in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>Generic exception class for errors encountered when parsing phone numbers.<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.html#NumberParseException(com.google.i18n.phonenumbers.NumberParseException.ErrorType, java.lang.String)"><B>NumberParseException(NumberParseException.ErrorType, String)</B></A> -
259Constructor for exception com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers">NumberParseException</A>
260<DD>&nbsp;
261<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.ErrorType.html" title="enum in com.google.i18n.phonenumbers"><B>NumberParseException.ErrorType</B></A> - Enum in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>&nbsp;</DL>
262<HR>
263<A NAME="_P_"><!-- --></A><H2>
264<B>P</B></H2>
265<DL>
266<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#parse(java.lang.String, java.lang.String)"><B>parse(String, String)</B></A> -
267Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
268<DD>Parses a string and returns it in proto buffer format.
269<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#parse(java.lang.String, java.lang.String, PhoneNumber)"><B>parse(String, String, PhoneNumber)</B></A> -
270Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
271<DD>&nbsp;
272<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#parseAndKeepRawInput(java.lang.String, java.lang.String)"><B>parseAndKeepRawInput(String, String)</B></A> -
273Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
274<DD>Parses a string and returns it in proto buffer format.
275<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#parseAndKeepRawInput(java.lang.String, java.lang.String, PhoneNumber)"><B>parseAndKeepRawInput(String, String, PhoneNumber)</B></A> -
276Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
277<DD>&nbsp;
278<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers"><B>PhoneNumberMatch</B></A> - Class in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>The immutable match of a phone number within a piece of text.<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers"><B>PhoneNumberUtil</B></A> - Class in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>Utility for international phone numbers.<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.Leniency</B></A> - Enum in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>Leniency when finding potential phone numbers in text
279 segments.<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.MatchType</B></A> - Enum in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>Types of phone number matches.<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.PhoneNumberFormat</B></A> - Enum in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
280 E.<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.PhoneNumberType</B></A> - Enum in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>Type of phone numbers.<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html" title="enum in com.google.i18n.phonenumbers"><B>PhoneNumberUtil.ValidationResult</B></A> - Enum in <A HREF="./com/google/i18n/phonenumbers/package-summary.html">com.google.i18n.phonenumbers</A><DD>Possible outcomes when testing if a PhoneNumber is possible.</DL>
281<HR>
282<A NAME="_R_"><!-- --></A><H2>
283<B>R</B></H2>
284<DL>
285<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#rawString()"><B>rawString()</B></A> -
286Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
287<DD>Returns the raw string matched as a phone number in the searched text.
288</DL>
289<HR>
290<A NAME="_S_"><!-- --></A><H2>
291<B>S</B></H2>
292<DL>
293<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#start()"><B>start()</B></A> -
294Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
295<DD>Returns the start index of the matched phone number within the searched text.
296</DL>
297<HR>
298<A NAME="_T_"><!-- --></A><H2>
299<B>T</B></H2>
300<DL>
301<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.html#toString()"><B>toString()</B></A> -
302Method in exception com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers">NumberParseException</A>
303<DD>&nbsp;
304<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html#toString()"><B>toString()</B></A> -
305Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
306<DD>&nbsp;
307<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html#truncateTooLongNumber(PhoneNumber)"><B>truncateTooLongNumber(PhoneNumber)</B></A> -
308Method in class com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
309<DD>Attempts to extract a valid number from a phone number that is too long to be valid, and resets
310 the PhoneNumber object passed in to that valid version.
311</DL>
312<HR>
313<A NAME="_V_"><!-- --></A><H2>
314<B>V</B></H2>
315<DL>
316<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.ErrorType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
317Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/NumberParseException.ErrorType.html" title="enum in com.google.i18n.phonenumbers">NumberParseException.ErrorType</A>
318<DD>Returns the enum constant of this type with the specified name.
319<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
320Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.Leniency</A>
321<DD>Returns the enum constant of this type with the specified name.
322<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
323Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.MatchType</A>
324<DD>Returns the enum constant of this type with the specified name.
325<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
326Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.PhoneNumberFormat</A>
327<DD>Returns the enum constant of this type with the specified name.
328<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
329Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.PhoneNumberType</A>
330<DD>Returns the enum constant of this type with the specified name.
331<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
332Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.ValidationResult</A>
333<DD>Returns the enum constant of this type with the specified name.
334<DT><A HREF="./com/google/i18n/phonenumbers/NumberParseException.ErrorType.html#values()"><B>values()</B></A> -
335Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/NumberParseException.ErrorType.html" title="enum in com.google.i18n.phonenumbers">NumberParseException.ErrorType</A>
336<DD>Returns an array containing the constants of this enum type, in
337the order they are declared.
338<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html#values()"><B>values()</B></A> -
339Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.Leniency</A>
340<DD>Returns an array containing the constants of this enum type, in
341the order they are declared.
342<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html#values()"><B>values()</B></A> -
343Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.MatchType</A>
344<DD>Returns an array containing the constants of this enum type, in
345the order they are declared.
346<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html#values()"><B>values()</B></A> -
347Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.PhoneNumberFormat</A>
348<DD>Returns an array containing the constants of this enum type, in
349the order they are declared.
350<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html#values()"><B>values()</B></A> -
351Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.PhoneNumberType</A>
352<DD>Returns an array containing the constants of this enum type, in
353the order they are declared.
354<DT><A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html#values()"><B>values()</B></A> -
355Static method in enum com.google.i18n.phonenumbers.<A HREF="./com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.ValidationResult</A>
356<DD>Returns an array containing the constants of this enum type, in
357the order they are declared.
358</DL>
359<HR>
360<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A>
361
362<!-- ======= START OF BOTTOM NAVBAR ====== -->
363<A NAME="navbar_bottom"><!-- --></A>
364<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
365<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
366<TR>
367<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
368<A NAME="navbar_bottom_firstrow"><!-- --></A>
369<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
370 <TR ALIGN="center" VALIGN="top">
371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/google/i18n/phonenumbers/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
372 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
373 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
377 </TR>
378</TABLE>
379</TD>
380<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
381</EM>
382</TD>
383</TR>
384
385<TR>
386<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
387&nbsp;PREV&nbsp;
388&nbsp;NEXT</FONT></TD>
389<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
390 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
391&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
392&nbsp;<SCRIPT type="text/javascript">
393 <!--
394 if(window==top) {
395 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
396 }
397 //-->
398</SCRIPT>
399<NOSCRIPT>
400 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
401</NOSCRIPT>
402
403
404</FONT></TD>
405</TR>
406</TABLE>
407<A NAME="skip-navbar_bottom"></A>
408<!-- ======== END OF BOTTOM NAVBAR ======= -->
409
410<HR>
411
412</BODY>
413</HTML>