Searched refs:WhiteSpaceNeutral (Results 1 – 4 of 4) sorted by relevance
552 case WhiteSpaceNeutral: in updateStatusLastFromCurrentDirection()784 case WhiteSpaceNeutral: in createBidiRunsForLine()840 case WhiteSpaceNeutral: in createBidiRunsForLine()886 case WhiteSpaceNeutral: in createBidiRunsForLine()951 case WhiteSpaceNeutral: in createBidiRunsForLine()998 case WhiteSpaceNeutral: in createBidiRunsForLine()
43 WhiteSpaceNeutral = U_WHITE_SPACE_NEUTRAL, enumerator
710 …n c <= 0x7F ? WTF::isASCIISpace(c) : WTF::Unicode::direction(c) == WTF::Unicode::WhiteSpaceNeutral; in isSpaceOrNewline()
409 if (dir == SegmentSeparator || dir == WhiteSpaceNeutral || dir == OtherNeutral) in visitLiteral()