Searched refs:acquireLineBreakIterator (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextBreakIterator.h31 // Note: The returned iterator is good only until you get another iterator, with the exception of acquireLineBreakIterator.
46 TextBreakIterator* acquireLineBreakIterator(const UChar*, int length);
82 m_iterator = acquireLineBreakIterator(m_string, m_length);
H A DTextBreakIteratorICU.cpp76 TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/text/qt/
H A DTextBreakIteratorQt.cpp88 TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length)
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextBreakIteratorBrew.cpp266 TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextBreakIteratorWinCE.cpp247 TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextBreakIteratorGtk.cpp245 TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length) function in namespace:WebCore

Completed in 66 milliseconds