Home | History | Annotate | Download | only in text

Lines Matching defs:string

43 PLATFORM_EXPORT TextBreakIterator* wordBreakIterator(const String&, int start, int length);
64 LazyLineBreakIterator(String string, const AtomicString& locale = AtomicString())
65 : m_string(string)
80 String string() const { return m_string; }
128 // initialized to use the previously stored string as the primary breaking context and using
148 void resetStringAndReleaseIterator(String string, const AtomicString& locale)
153 m_string = string;
162 String m_string;
173 // Use this for general text processing, e.g. string truncation.
178 explicit NonSharedCharacterBreakIterator(const String&);
230 PLATFORM_EXPORT unsigned numGraphemeClusters(const String&);
233 PLATFORM_EXPORT unsigned numCharactersInGraphemeClusters(const String&, unsigned);