OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsYouTypeFormatter
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.h
17
// An
AsYouTypeFormatter
can be created by invoking the GetAsYouTypeFormatter
27
// This is a direct port from
AsYouTypeFormatter
.java.
54
class
AsYouTypeFormatter
{
56
~
AsYouTypeFormatter
() {}
86
explicit
AsYouTypeFormatter
(const string& region_code);
186
// This indicates whether
AsYouTypeFormatter
is currently doing the
189
// Set to true when users enter their own formatting.
AsYouTypeFormatter
will
235
DISALLOW_COPY_AND_ASSIGN(
AsYouTypeFormatter
);
asyoutypeformatter.cc
15
#include "phonenumbers/
asyoutypeformatter
.h"
126
AsYouTypeFormatter
::
AsYouTypeFormatter
(const string& region_code)
156
const PhoneMetadata*
AsYouTypeFormatter
::GetMetadataForRegion(
172
bool
AsYouTypeFormatter
::MaybeCreateNewTemplate() {
196
void
AsYouTypeFormatter
::GetAvailableFormats(
219
void
AsYouTypeFormatter
::NarrowDownPossibleFormats(
244
void
AsYouTypeFormatter
::SetShouldAddSpaceAfterNationalPrefix(
253
bool
AsYouTypeFormatter
::CreateFormattingTemplate(const NumberFormat& format) {
281
void
AsYouTypeFormatter
::GetFormattingTemplate
[
all
...]
phonenumberutil.h
50
class
AsYouTypeFormatter
;
64
friend class
AsYouTypeFormatter
;
566
// Gets an
AsYouTypeFormatter
for the specific region.
567
// Returns an
AsYouTypeFormatter
object, which could be used to format phone
571
AsYouTypeFormatter
* GetAsYouTypeFormatter(const string& region_code) const;
654
// Checks if a format is eligible to be used by the
AsYouTypeFormatter
. This
655
// method is here rather than in
asyoutypeformatter
.h since it depends on the
[
all
...]
phonenumberutil.cc
32
#include "phonenumbers/
asyoutypeformatter
.h"
[
all
...]
/frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java
19
import com.android.i18n.phonenumbers.
AsYouTypeFormatter
;
53
private
AsYouTypeFormatter
mFormatter;
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
AsYouTypeFormatterTest.java
20
* Unit tests for
AsYouTypeFormatter
.java
30
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.ZZ);
52
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.ZZ);
72
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.ZZ);
92
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.BY);
107
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.BY);
121
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.US);
215
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.US);
229
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.US);
238
AsYouTypeFormatter
formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.US)
[
all
...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java
31
* <p>An
AsYouTypeFormatter
can be created by invoking
41
public class
AsYouTypeFormatter
{
48
// This indicates whether
AsYouTypeFormatter
is currently doing the formatting.
50
// Set to true when users enter their own formatting.
AsYouTypeFormatter
will do no formatting at
127
AsYouTypeFormatter
(String regionCode) {
PhoneNumberUtil.java
[
all
...]
Completed in 1966 milliseconds