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

/external/icu4c/common/unicode/
H A Dubrk.h89 UBRK_CHARACTER = 0, 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.h189 UBRK_CHARACTER, 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.cpp181 UBRK_CHARACTER, enumerator in enum:WebCore::UBreakIteratorType
226 return setUpIterator(createdCharacterBreakIterator, staticCharacterBreakIterator, UBRK_CHARACTER, string, length);
325 || (iterator->m_type == UBRK_CHARACTER && iterator->m_logAttrs[index].is_cursor_position)
340 || (iterator->m_type == UBRK_CHARACTER && iterator->m_logAttrs[index].is_cursor_position)

Completed in 107 milliseconds