OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCountryCode
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java
43
private boolean
hasCountryCode
;
45
public boolean
hasCountryCode
() { return
hasCountryCode
; }
48
hasCountryCode
= true;
53
hasCountryCode
= false;
178
if (other.
hasCountryCode
()) {
Phonemetadata.java
459
private boolean
hasCountryCode
;
461
public boolean
hasCountryCode
() { return
hasCountryCode
; }
464
hasCountryCode
= true;
Completed in 27 milliseconds