Lines Matching refs:CodeUnitFlags
23 if (!this->hasProperty(i, CodeUnitFlags::kPartOfWhiteSpace)) {
36 fCodeUnitProperties.push_back_n(utf16.size() + 1, CodeUnitFlags::kNoCodeUnitFlag);
41 fCodeUnitProperties[i] |= CodeUnitFlags::kPartOfWhiteSpace;
48 fCodeUnitProperties[pos]|= CodeUnitFlags::kGraphemeStart;
56 fCodeUnitProperties[pos - 1] = CodeUnitFlags::kHardLineBreakBefore;
58 fCodeUnitProperties[pos] |= CodeUnitFlags::kSoftLineBreakBefore;
80 while (adjustedBlock.fEnd < this->fText16.size() && !this->hasProperty(adjustedBlock.fEnd, CodeUnitFlags::kGraphemeStart)) {
620 if (positionType == PositionType::kGraphemeCluster && unicodeText->hasProperty(textIndex, CodeUnitFlags::kGraphemeStart)) {
639 if (unicodeText->hasProperty(index, CodeUnitFlags::kHardLineBreakBefore)) {
645 if (unicodeText->hasProperty(cluster, CodeUnitFlags::kGraphemeStart)) {