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

  /external/icu4c/common/
filterednormalizer2.cpp 193 UNormalizationCheckResult qcResult=
195 if(U_FAILURE(errorCode) || qcResult==UNORM_NO) {
196 return qcResult;
197 } else if(qcResult==UNORM_MAYBE) {
198 result=qcResult;
normalizer2.cpp 308 UNormalizationCheckResult qcResult=UNORM_YES;
309 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult);
310 return qcResult;
  /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 177 milliseconds