Searched refs:TWO_UCHARS_MAPPING_INDEX_START (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java129 private static final int TWO_UCHARS_MAPPING_INDEX_START = 4; /* The starting index of 2 UChars mapping index in the mapping data array */ field in class:StringPrep
311 index < indexes[TWO_UCHARS_MAPPING_INDEX_START]){
313 }else if(index >= indexes[TWO_UCHARS_MAPPING_INDEX_START] &&

Completed in 92 milliseconds