Searched refs:normCorrVer (Results 1 – 3 of 3) sorted by relevance
235 private VersionInfo normCorrVer; field in StringPrep292 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()295 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
223 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()
237 int32_t normUniVer, sprepUniVer, normCorrVer; in loadData() local280 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION]; in loadData()287 …normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should… in loadData()