Home
last modified time | relevance | path

Searched refs:countryCode_ (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonenumber.java45 private int countryCode_ = 0; field in Phonenumber.PhoneNumber
47 public int getCountryCode() { return countryCode_; } in getCountryCode()
50 countryCode_ = value; in setCountryCode()
55 countryCode_ = 0; in clearCountryCode()
230 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()
265 outputString.append("Country Code: ").append(countryCode_); in toString()
H A DPhonemetadata.java620 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
622 public int getCountryCode() { return countryCode_; } in getCountryCode()
625 countryCode_ = value; in setCountryCode()
904 objectOutput.writeInt(countryCode_); in writeExternal()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonenumber.java45 private int countryCode_ = 0; field in Phonenumber.PhoneNumber
47 public int getCountryCode() { return countryCode_; } in getCountryCode()
50 countryCode_ = value; in setCountryCode()
55 countryCode_ = 0; in clearCountryCode()
230 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()
265 outputString.append("Country Code: ").append(countryCode_); in toString()
H A DPhonemetadata.java638 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
640 public int getCountryCode() { return countryCode_; } in getCountryCode()
643 countryCode_ = value; in setCountryCode()
936 objectOutput.writeInt(countryCode_); in writeExternal()
/dports/www/wt/wt-4.6.1/src/Wt/Payment/
H A DAddress.h107 const std::string& countryCode() const { return countryCode_; } in countryCode()
130 std::string countryCode_, phoneNumber_;
H A DAddress.C34 countryCode_ = country; in setCountryCode()
/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Djava_util_Locale.c540 ((java_util_Locale*) _r1.o)->fields.java_util_Locale.countryCode_ = _r0.o; in java_util_Locale___INIT___()
647 ((java_util_Locale*) _r2.o)->fields.java_util_Locale.countryCode_ = _r1.o; in java_util_Locale___INIT____java_lang_String_java_lang_String_java_lang_String()
661 ((java_util_Locale*) _r2.o)->fields.java_util_Locale.countryCode_ = _r4.o; in java_util_Locale___INIT____java_lang_String_java_lang_String_java_lang_String()
743 _r2.o = ((java_util_Locale*) _r6.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_equals___java_lang_Object()
745 _r3.o = ((java_util_Locale*) _r1.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_equals___java_lang_Object()
793 _r0.o = ((java_util_Locale*) _r1.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_getCountry__()
935 _r2.o = ((java_util_Locale*) _r5.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_getDisplayName___java_util_Locale()
1145 _r0.o = ((java_util_Locale*) _r2.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_hashCode__()
1249 _r1.o = ((java_util_Locale*) _r3.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_toString__()
1260 _r1.o = ((java_util_Locale*) _r3.o)->fields.java_util_Locale.countryCode_; in java_util_Locale_toString__()
[all …]
H A Djava_util_Locale.h61 JAVA_OBJECT countryCode_; \
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java14868 countryCode_ = bs; in PlayerInfoData()
15469 countryCode_ = s; in getCountryCode()
15484 countryCode_ = b; in getCountryCodeBytes()
15510 countryCode_ = ""; in initFields()
15688 countryCode_ = ""; in clear()
15730 result.countryCode_ = countryCode_; in buildPartial()
15754 countryCode_ = other.countryCode_; in mergeFrom()
15966 countryCode_ = s; in getCountryCode()
15983 countryCode_ = b; in getCountryCodeBytes()
15998 countryCode_ = value; in setCountryCode()
[all …]