Home | History | Annotate | Download | only in dom

Lines Matching refs:noBreakSpace

927         if (string[i] != noBreakSpace && (string[i] <= 0x7F ? !isASCIISpace(string[i]) : (direction(string[i]) != WhiteSpaceNeutral)))