HomeSort by relevance Sort by last modified time
    Searched refs:normUniVer (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
usprep.cpp 244 int32_t normUniVer, sprepUniVer, normCorrVer;
283 normUniVer = (normUnicodeVersion[0] << 24) + (normUnicodeVersion[1] << 16) +
293 if( normUniVer < sprepUniVer && /* the Unicode version of SPREP file must be less than the Unicode Vesion of the normalization data */
294 normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should be less than the Unicode Vesion of the normalization data */
  /external/icu4c/common/
usprep.cpp 241 int32_t normUniVer, sprepUniVer, normCorrVer;
280 normUniVer = (normUnicodeVersion[0] << 24) + (normUnicodeVersion[1] << 16) +
290 if( normUniVer < sprepUniVer && /* the Unicode version of SPREP file must be less than the Unicode Vesion of the normalization data */
291 normUniVer < normCorrVer && /* the Unicode version of the NormalizationCorrections.txt file should be less than the Unicode Vesion of the normalization data */

Completed in 946 milliseconds