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

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

Completed in 3430 milliseconds