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

  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 84 struct CharBreakIterator: TextBreakIterator {
142 int CharBreakIterator::first()
148 int CharBreakIterator::next()
158 int CharBreakIterator::previous()
259 DEFINE_STATIC_LOCAL(CharBreakIterator, iterator, ());
  /external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp 92 struct CharBreakIterator: TextBreakIterator {
141 int CharBreakIterator::next()
151 int CharBreakIterator::previous()
240 DEFINE_STATIC_LOCAL(CharBreakIterator, iterator, ());

Completed in 33 milliseconds