OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startOfLastWordBoundaryContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextBoundaries.h
40
PLATFORM_EXPORT int
startOfLastWordBoundaryContext
(const UChar* characters, int length);
TextBoundaries.cpp
50
int
startOfLastWordBoundaryContext
(const UChar* characters, int length)
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp
551
int i =
startOfLastWordBoundaryContext
(characters.data(), length);
618
if (mayHaveMoreContext && !
startOfLastWordBoundaryContext
(characters, offset)) {
677
if (mayHaveMoreContext && !
startOfLastWordBoundaryContext
(characters, offset)) {
[
all
...]
TextIterator.cpp
[
all
...]
Completed in 159 milliseconds