Searched defs:UBRK_SENTENCE (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/unicode/
H A Dubrk.h95 UBRK_SENTENCE = 3, enumerator in enum:UBreakIteratorType
204 * UBRK_LINE, UBRK_SENTENCE
/external/webkit/Source/WebCore/icu/unicode/
H A Dubrk.h157 * boundary = ubrk_open(UBRK_SENTENCE, "en_us", stringToExamine, u_strlen(stringToExamine), &status);
195 UBRK_SENTENCE, enumerator in enum:UBreakIteratorType
304 * UBRK_LINE, UBRK_SENTENCE
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextBreakIteratorGtk.cpp184 UBRK_SENTENCE enumerator in enum:WebCore::UBreakIteratorType
276 return setUpIterator(createdSentenceBreakIterator, staticSentenceBreakIterator, UBRK_SENTENCE, string, length);
326 || (iterator->m_type == UBRK_SENTENCE && iterator->m_logAttrs[index].is_sentence_boundary)) {
341 || (iterator->m_type == UBRK_SENTENCE && iterator->m_logAttrs[index].is_sentence_boundary)) {

Completed in 125 milliseconds