Searched refs:normUniVer (Results 1 – 3 of 3) sorted by relevance
293 VersionInfo normUniVer = UCharacter.getUnicodeVersion(); in StringPrep() local294 …if(normUniVer.compareTo(sprepUniVer) < 0 && /* the Unicode version of SPREP file must be less than… in StringPrep()295 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
280 VersionInfo normUniVer = UCharacter.getUnicodeVersion(); in StringPrep() local281 …if(normUniVer.compareTo(sprepUniVer) < 0 && /* the Unicode version of SPREP file must be less than… in StringPrep()282 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
237 int32_t normUniVer, sprepUniVer, normCorrVer; in loadData() local276 normUniVer = (normUnicodeVersion[0] << 24) + (normUnicodeVersion[1] << 16) + in loadData()286 …if( normUniVer < sprepUniVer && /* the Unicode version of SPREP file must be less than the Unicode… in loadData()287 …normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should… in loadData()