Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetCallback.java37 private static final String SUB_STOP_ON_ILLEGAL = "i"; field in CharsetCallback
169 }else if(((String)context).equals(SUB_STOP_ON_ILLEGAL)){
189 }else if(((String)context).equals(SUB_STOP_ON_ILLEGAL)){
211 }else if(((String)context).equals(SUB_STOP_ON_ILLEGAL)){
DUConverterConstants.java107 static byte[] SUB_STOP_ON_ILLEGAL = {'i'}; field