Searched refs:newWord (Results 1 – 4 of 4) sorted by relevance
121 String newWord = word; in writeUpdatedWord() local139 newWord = containsDots ? in writeUpdatedWord()145 writer.write(newWord); in writeUpdatedWord()
180 void newWord(const UChar* baseChars, const UChar* chars) { in newWord() function
1788 s->newWord(baseChars, chars); in FindPartialAddress()1883 s->newWord(baseChars, chars); in FindPartialAddress()1906 s->newWord(baseChars, chars); in FindPartialAddress()2027 s->newWord(baseChars, chars); in FindPartialAddress()
4643 - (void)_changeSpellingToWord:(NSString *)newWord4654 if ([newWord isEqualToString:@""])4657 if ([self _shouldReplaceSelectionWithText:newWord givenAction:WebViewInsertActionPasted])4658 [[self _frame] _replaceSelectionWithText:newWord selectReplacement:YES smartReplace:NO];