Searched refs:writeBoolean (Results 1 – 6 of 6) sorted by relevance
170 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 …]
35 writer.writeBoolean(true);
134 objectOutput.writeBoolean(phonePrefixMapStorage instanceof FlyweightMapStorage); in writeExternal()
119 Writer.prototype.writeBoolean = function (b, tag) { method in Writer
582 der.writeBoolean(exts[i].critical);619 der.writeBoolean(ca);
134 this.writeBoolean = function (...args) { method