Lines Matching refs:onlyContiguous
509 UBool onlyContiguous,
514 UBool onlyContiguous,
518 UBool onlyContiguous,
524 UBool composeUTF8(uint32_t options, UBool onlyContiguous,
545 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous) const { in hasCompBoundaryAfter() argument
546 return norm16HasCompBoundaryAfter(getNorm16(c), onlyContiguous); in hasCompBoundaryAfter()
548 UBool isCompInert(UChar32 c, UBool onlyContiguous) const { in isCompInert() argument
552 (!onlyContiguous || isInert(norm16) || *getDataForYesOrNo(norm16) <= 0x1ff); in isCompInert()
676 UBool stopAtCompBoundary, UBool onlyContiguous,
682 StopAt stopAt, UBool onlyContiguous,
688 UBool onlyContiguous) const;
699 UBool onlyContiguous) const;
701 UBool onlyContiguous) const;
702 UBool norm16HasCompBoundaryAfter(uint16_t norm16, UBool onlyContiguous) const { in norm16HasCompBoundaryAfter() argument
704 (!onlyContiguous || isTrailCC01ForCompBoundaryAfter(norm16)); in norm16HasCompBoundaryAfter()
713 UBool onlyContiguous) const;
715 UBool onlyContiguous) const;