Home
last modified time | relevance | path

Searched refs:normCorrVer (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java235 private VersionInfo normCorrVer; field in StringPrep
292 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
295 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java223 private VersionInfo normCorrVer; field in StringPrep
279 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
282 …normUniVer.compareTo(normCorrVer) < 0 && /* the Unicode version of the NormalizationCorrections.tx… in StringPrep()
/external/icu/icu4c/source/common/
Dusprep.cpp237 int32_t normUniVer, sprepUniVer, normCorrVer; in loadData() local
280 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()