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

  /external/icu4c/common/
filterednormalizer2.cpp 210 UNormalizationCheckResult qcResult=
212 if(U_FAILURE(errorCode) || qcResult==UNORM_NO) {
213 return qcResult;
214 } else if(qcResult==UNORM_MAYBE) {
215 result=qcResult;
normalizer2.cpp 363 UNormalizationCheckResult qcResult=UNORM_YES;
364 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult);
365 return qcResult;
    [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 112 UNormalizationCheckResult qcResult;
124 qcResult=unorm_quickCheck(testcase.getBuffer(), testcase.getBufferLen(),
144 qcResult=unorm_quickCheck(testcase.getBuffer(), testcase.getBufferLen(),
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]

Completed in 108 milliseconds