Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java26 private static abstract class SpecialTypeHandler { class in KeyTypeData
33 private static class CodepointsTypeHandler extends SpecialTypeHandler {
40 private static class ReorderCodeTypeHandler extends SpecialTypeHandler {
51 SpecialTypeHandler handler;
52 SpecialType(SpecialTypeHandler handler) { in SpecialType()