Home | History | Annotate | Download | only in editing

Lines Matching refs:previousCharacter

956         UChar previousCharacter = string[prev.deprecatedEditingOffset()];
957 bool isSpace = option == ConsiderNonCollapsibleWhitespace ? (isSpaceOrNewline(previousCharacter) || previousCharacter == noBreakSpace) : isCollapsibleWhitespace(previousCharacter);