OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:haspossiblenumberpattern
(Results
1 - 1
of
1
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java
220
private boolean
hasPossibleNumberPattern
;
222
public boolean
hasPossibleNumberPattern
() { return
hasPossibleNumberPattern
; }
225
hasPossibleNumberPattern
= true;
245
if (other.
hasPossibleNumberPattern
()) {
266
objectOutput.writeBoolean(
hasPossibleNumberPattern
);
267
if (
hasPossibleNumberPattern
) {
[
all
...]
Completed in 39 milliseconds