Searched refs:sprepUniVer (Results 1 – 3 of 3) sorted by relevance
231 private VersionInfo sprepUniVer; field in StringPrep291 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()294 …if(normUniVer.compareTo(sprepUniVer) < 0 && /* the Unicode version of SPREP file must be less than… in StringPrep()
219 private VersionInfo sprepUniVer; field in StringPrep278 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()281 …if(normUniVer.compareTo(sprepUniVer) < 0 && /* the Unicode version of SPREP file must be less than… in StringPrep()
237 int32_t normUniVer, sprepUniVer, normCorrVer; in loadData() local278 sprepUniVer = (dataVersion[0] << 24) + (dataVersion[1] << 16) + in loadData()286 …if( normUniVer < sprepUniVer && /* the Unicode version of SPREP file must be less than the Unicode… in loadData()