Searched refs:filteredValue (Results 1 – 3 of 3) sorted by relevance
54 CldrValue filteredValue = checkFiltered(value); in visitFiltered() local55 if (filteredValue != null) { in visitFiltered()56 visitor.visit(filteredValue); in visitFiltered()61 CldrValue filteredValue = filter(value); in checkFiltered() local62 checkArgument(filteredValue == null || filteredValue.getPath().equals(value.getPath()), in checkFiltered()64 value, filteredValue); in checkFiltered()65 return filteredValue; in checkFiltered()
53 CldrValue filteredValue = checkFiltered(value); in visitFiltered() local54 if (filteredValue != null) { in visitFiltered()55 visitor.visit(filteredValue); in visitFiltered()61 CldrValue filteredValue = filter(value); in checkFiltered() local62 checkArgument(filteredValue == null || filteredValue.getPath().equals(value.getPath()), in checkFiltered()64 value, filteredValue); in checkFiltered()65 return filteredValue; in checkFiltered()
587 String filteredValue = valueFilter.apply(value); in handlePathValue() local588 if (filteredValue != null) { in handlePathValue()589 data.add(Pair.of(path, filteredValue)); in handlePathValue()