HomeSort by relevance Sort by last modified time
    Searched defs:UBRK_WORD (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
ubrk.h 90 UBRK_WORD = 1,
202 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
  /external/icu4c/common/unicode/
ubrk.h 91 UBRK_WORD = 1,
203 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
  /external/webkit/WebCore/icu/unicode/
ubrk.h 165 * boundary = ubrk_open(UBRK_WORD, "en_us", stringToExamine, u_strlen(stringToExamine), &status);
191 UBRK_WORD,
303 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
  /external/webkit/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 34 UBRK_WORD,
94 return setUpIterator(createdWordBreakIterator, staticWordBreakIterator, UBRK_WORD, string, length);
158 // FIXME: UBRK_WORD case: Single multibyte characters (i.e. white space around them), such as the euro symbol ?,
163 || (bi->m_type == UBRK_WORD && (bi->m_logAttrs[i].is_word_start || bi->m_logAttrs[i].is_word_end))
177 || (bi->m_type == UBRK_WORD && (bi->m_logAttrs[i].is_word_start || bi->m_logAttrs[i].is_word_end))
212 || (bi->m_type == UBRK_WORD && bi->m_logAttrs[bi->m_index].is_word_end)

Completed in 11 milliseconds