Searched refs:normCorrVer (Results 1 – 3 of 3) sorted by relevance
220 private VersionInfo normCorrVer; field in StringPrep279 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()282 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
235 private VersionInfo normCorrVer; field in StringPrep295 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()298 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
233 int32_t normUniVer, sprepUniVer, normCorrVer; in loadData() local276 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION]; in loadData()283 …normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should… in loadData()