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

/external/icu4c/common/unicode/
H A Dubrk.h91 UBRK_WORD = 1, enumerator in enum:UBreakIteratorType
203 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
/external/webkit/Source/WebCore/icu/unicode/
H A Dubrk.h165 * boundary = ubrk_open(UBRK_WORD, "en_us", stringToExamine, u_strlen(stringToExamine), &status);
191 UBRK_WORD, enumerator in enum:UBreakIteratorType
303 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextBreakIteratorGtk.cpp182 UBRK_WORD, enumerator in enum:WebCore::UBreakIteratorType
239 return setUpIterator(createdWordBreakIterator, staticWordBreakIterator, UBRK_WORD, string, length);
319 // FIXME: UBRK_WORD case: Single multibyte characters (i.e. white space around them), such as the euro symbol €,
324 || (iterator->m_type == UBRK_WORD && (iterator->m_logAttrs[index].is_word_start || iterator->m_logAttrs[index].is_word_end))
339 || (iterator->m_type == UBRK_WORD && (iterator->m_logAttrs[index].is_word_start || iterator->m_logAttrs[index].is_word_end))

Completed in 94 milliseconds