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

  /external/chromium/third_party/icu/public/common/unicode/
ubrk.h 94 UBRK_SENTENCE = 3,
203 * UBRK_LINE, UBRK_SENTENCE
  /external/icu4c/common/unicode/
ubrk.h 95 UBRK_SENTENCE = 3,
204 * UBRK_LINE, UBRK_SENTENCE
  /external/webkit/WebCore/icu/unicode/
ubrk.h 157 * boundary = ubrk_open(UBRK_SENTENCE, "en_us", stringToExamine, u_strlen(stringToExamine), &status);
195 UBRK_SENTENCE,
304 * UBRK_LINE, UBRK_SENTENCE
  /external/webkit/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 36 UBRK_SENTENCE
108 return setUpIterator(createdSentenceBreakIterator, staticSentenceBreakIterator, UBRK_SENTENCE, string, length);
165 || (bi->m_type == UBRK_SENTENCE && (bi->m_logAttrs[i].is_sentence_start || bi->m_logAttrs[i].is_sentence_end)) ) {
179 || (bi->m_type == UBRK_SENTENCE && (bi->m_logAttrs[i].is_sentence_start || bi->m_logAttrs[i].is_sentence_end)) ) {
214 || (bi->m_type == UBRK_SENTENCE && bi->m_logAttrs[bi->m_index].is_sentence_end) );

Completed in 119 milliseconds