OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsYouTypeFormatter
(Results
1 - 3
of
3
) 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
...]
/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) {
Completed in 46 milliseconds