Home
last modified time | relevance | path

Searched refs:writeBoolean (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java170 objectOutput.writeBoolean(hasNationalPrefixFormattingRule); in writeExternal()
174 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule); in writeExternal()
178 objectOutput.writeBoolean(nationalPrefixOptionalWhenFormatting_); in writeExternal()
309 objectOutput.writeBoolean(hasNationalNumberPattern); in writeExternal()
326 objectOutput.writeBoolean(hasExampleNumber); in writeExternal()
866 objectOutput.writeBoolean(hasGeneralDesc); in writeExternal()
870 objectOutput.writeBoolean(hasFixedLine); in writeExternal()
874 objectOutput.writeBoolean(hasMobile); in writeExternal()
878 objectOutput.writeBoolean(hasTollFree); in writeExternal()
882 objectOutput.writeBoolean(hasPremiumRate); in writeExternal()
[all …]
/third_party/node/deps/npm/node_modules/asn1/
DREADME.md35 writer.writeBoolean(true);
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPhonePrefixMap.java134 objectOutput.writeBoolean(phonePrefixMapStorage instanceof FlyweightMapStorage); in writeExternal()
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dwriter.js119 Writer.prototype.writeBoolean = function (b, tag) { method in Writer
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509.js582 der.writeBoolean(exts[i].critical);
619 der.writeBoolean(ca);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js134 this.writeBoolean = function (...args) { method