Home
last modified time | relevance | path

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

/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DCldrDataProcessor.java294 PrefixAction<S, T> build() { in build()
295 List<PrefixAction<?, S>> actions = Lists.transform(prefixActions, PrefixBuilder::build); in build()
296 return new PrefixAction<>(actions, valueActions, matcher, newStateFn, doneFn); in build()
304 private final ImmutableList<PrefixAction<?, T>> prefixActions;
308 List<PrefixAction<?, T>> prefixActions, in CldrDataProcessor() argument
354 for (PrefixAction<?, T> a : prefixActions) { in dispatchPrefixActions()
383 static final class PrefixAction<S, T> extends CldrDataProcessor<S> { class
388 PrefixAction( in PrefixAction() method in PrefixAction
389 List<PrefixAction<?, S>> prefixActions, in PrefixAction() argument