Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DMetadataFilter.java317 for (String childlessField : excludableChildlessFields) { in computeComplement()
318 if (!fieldMap.containsKey(childlessField)) { in computeComplement()
319 complement.put(childlessField, new TreeSet<String>()); in computeComplement()
337 boolean shouldDrop(String childlessField) { in shouldDrop() argument
338 if (!excludableChildlessFields.contains(childlessField)) { in shouldDrop()
339 throw new RuntimeException(childlessField + " is not an excludable childless field"); in shouldDrop()
341 return blacklist.containsKey(childlessField); in shouldDrop()