Searched defs:onlyContiguous (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dnormalizer2.cpp265 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
271 impl.compose(src, limit, onlyContiguous, TRUE, buffer, errorCode);
278 impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode);
296 return impl.compose(sArray, sArray+s.length(), onlyContiguous, FALSE, buffer, errorCode);
309 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult);
314 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL);
324 return impl.hasCompBoundaryAfter(c, onlyContiguous, FALSE);
327 return impl.hasCompBoundaryAfter(c, onlyContiguous, TRUE);
330 const UBool onlyContiguous; member in class:ComposeNormalizer2
H A Dnormalizer2impl.cpp739 UBool onlyContiguous) const {
895 } else if(onlyContiguous) {
908 UBool onlyContiguous,
1087 if( onlyContiguous && // FCC
1148 recompose(buffer, recomposeStartIndex, onlyContiguous);
1168 UBool onlyContiguous,
1243 if( onlyContiguous && // FCC
1278 UBool onlyContiguous,
1293 compose(middleStart, middleStart+middle.length(), onlyContiguous,
1302 compose(src, limit, onlyContiguous, TRU
907 compose(const UChar *src, const UChar *limit, UBool onlyContiguous, UBool doCompose, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
1167 composeQuickCheck(const UChar *src, const UChar *limit, UBool onlyContiguous, UNormalizationCheckResult *pQCResult) const argument
1276 composeAndAppend(const UChar *src, const UChar *limit, UBool doCompose, UBool onlyContiguous, UnicodeString &safeMiddle, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
1345 hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const argument
[all...]

Completed in 62 milliseconds