Home
last modified time | relevance | path

Searched refs:possibleLengthLocalOnlySize (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataJsonFromXml.java279 int possibleLengthLocalOnlySize = desc.getPossibleLengthLocalOnlyCount(); in toJsArray() local
280 if (possibleLengthLocalOnlySize > 0) { in toJsArray()
282 for (int i = 0; i < possibleLengthLocalOnlySize; i++) { in toJsArray()
/dports/devel/libphonenumber/libphonenumber-8.12.39/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataJsonFromXml.java279 int possibleLengthLocalOnlySize = desc.getPossibleLengthLocalOnlyCount(); in toJsArray() local
280 if (possibleLengthLocalOnlySize > 0) { in toJsArray()
282 for (int i = 0; i < possibleLengthLocalOnlySize; i++) { in toJsArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java318 int possibleLengthLocalOnlySize = getPossibleLengthLocalOnlyCount(); in writeExternal() local
319 objectOutput.writeInt(possibleLengthLocalOnlySize); in writeExternal()
320 for (int i = 0; i < possibleLengthLocalOnlySize; i++) { in writeExternal()
340 int possibleLengthLocalOnlySize = objectInput.readInt(); in readExternal() local
341 for (int i = 0; i < possibleLengthLocalOnlySize; i++) { in readExternal()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java320 int possibleLengthLocalOnlySize = getPossibleLengthLocalOnlyCount(); in writeExternal() local
321 objectOutput.writeInt(possibleLengthLocalOnlySize); in writeExternal()
322 for (int i = 0; i < possibleLengthLocalOnlySize; i++) { in writeExternal()
342 int possibleLengthLocalOnlySize = objectInput.readInt(); in readExternal() local
343 for (int i = 0; i < possibleLengthLocalOnlySize; i++) { in readExternal()