Home
last modified time | relevance | path

Searched refs:isCRBeforeLF (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIterator.h201 return isCRBeforeLF(offset) ? 2 : 1; in clusterLengthStartingAt()
204 bool isCRBeforeLF(unsigned offset) const in isCRBeforeLF() function