HomeSort by relevance Sort by last modified time
    Searched defs:startOfWord (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/text/
StringImpl.cpp 388 int32_t startOfWord = textBreakFirst(boundary);
389 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) {
390 if (startOfWord != 0) // Ignore first char of previous string
391 data[startOfWord - 1] = m_data[startOfWord - 1] == noBreakSpace ? noBreakSpace : toTitleCase(stringWithPrevious[startOfWord]);
392 for (int i = startOfWord + 1; i < endOfWord; i++)
  /external/webkit/WebCore/editing/
visible_units.cpp 271 VisiblePosition startOfWord(const VisiblePosition &c, EWordSide side)
277 // at paragraph end, the startofWord is the current position
    [all...]

Completed in 32 milliseconds