Lines Matching refs:onlyContiguous
495 UBool onlyContiguous,
500 UBool onlyContiguous,
504 UBool onlyContiguous,
510 UBool composeUTF8(uint32_t options, UBool onlyContiguous,
531 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() argument
532 return norm16HasCompBoundaryAfter(getNorm16(c), onlyContiguous); in hasCompBoundaryAfter()
534 UBool isCompInert(UChar32 c, UBool onlyContiguous) const { in isCompInert() argument
538 (!onlyContiguous || isInert(norm16) || *getMapping(norm16) <= 0x1ff); in isCompInert()
653 UBool stopAtCompBoundary, UBool onlyContiguous,
659 UBool stopAtCompBoundary, UBool onlyContiguous,
665 UBool onlyContiguous) const;
676 UBool onlyContiguous) const;
678 UBool onlyContiguous) const;
679 UBool norm16HasCompBoundaryAfter(uint16_t norm16, UBool onlyContiguous) const { in norm16HasCompBoundaryAfter() argument
681 (!onlyContiguous || isTrailCC01ForCompBoundaryAfter(norm16)); in norm16HasCompBoundaryAfter()
689 …const UChar *findPreviousCompBoundary(const UChar *start, const UChar *p, UBool onlyContiguous) co…
690 … const UChar *findNextCompBoundary(const UChar *p, const UChar *limit, UBool onlyContiguous) const;