HomeSort by relevance Sort by last modified time
    Searched refs:ubrk_last (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/samples/break/
ubreak.c 46 int32_t end = ubrk_last(boundary);
64 int32_t end = ubrk_last(boundary);
  /external/icu/icu4c/source/samples/break/
ubreak.c 46 int32_t end = ubrk_last(boundary);
64 int32_t end = ubrk_last(boundary);
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 350 * \ref ubrk_first, or \ref ubrk_last.
385 * @see ubrk_last
401 ubrk_last(UBreakIterator *bi);
urename.h 494 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 350 * \ref ubrk_first, or \ref ubrk_last.
385 * @see ubrk_last
401 ubrk_last(UBreakIterator *bi);
urename.h 484 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 219 ubrk_last(UBreakIterator *bi) function
  /external/icu/icu4c/source/common/
ubrk.cpp 219 ubrk_last(UBreakIterator *bi) function
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 235 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
250 end=ubrk_last(word);
252 log_err("error ubrk_last(word) did not return 49\n");
305 pos = ubrk_last(sentence);
307 log_err("error ubrk_last for sentence did not return 49\n");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 235 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
250 end=ubrk_last(word);
252 log_err("error ubrk_last(word) did not return 49\n");
305 pos = ubrk_last(sentence);
307 log_err("error ubrk_last for sentence did not return 49\n");
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 622 int32_t endindex = ubrk_last(breakiterator);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 609 int32_t endindex = ubrk_last(breakiterator);
    [all...]

Completed in 436 milliseconds