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.java39 private static final String SUB_STOP_ON_ILLEGAL = "i"; field in CharsetCallback
162 }else if(((String)context).equals(SUB_STOP_ON_ILLEGAL)){
183 }else if(((String)context).equals(SUB_STOP_ON_ILLEGAL)){
206 }else if(((String)context).equals(SUB_STOP_ON_ILLEGAL)){
DUConverterConstants.java109 static byte[] SUB_STOP_ON_ILLEGAL = {'i'}; field