HomeSort by relevance Sort by last modified time
    Searched refs:ucol_setOffset (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/third_party/icu/source/i18n/
stsearch.cpp 343 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
370 ucol_setOffset(m_strsrch_->textIter, position, &status);
394 ucol_setOffset(m_strsrch_->textIter,
398 ucol_setOffset(m_strsrch_->textIter,
420 ucol_setOffset(m_strsrch_->textIter, m_search_->textLength, &status);
422 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, &status);
445 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
485 ucol_setOffset(m_strsrch_->textIter, position, &status);
bmsearch.cpp 297 ucol_setOffset(elements, offset, &status);
311 ucol_setOffset(elements, last, &status);
coleitr.cpp 165 ucol_setOffset(m_data_, newOffset, &status);
usearch.cpp     [all...]
ucoleitr.cpp 736 ucol_setOffset(UCollationElements *elems,
  /external/icu4c/i18n/
stsearch.cpp 343 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
370 ucol_setOffset(m_strsrch_->textIter, position, &status);
394 ucol_setOffset(m_strsrch_->textIter,
398 ucol_setOffset(m_strsrch_->textIter,
420 ucol_setOffset(m_strsrch_->textIter, m_search_->textLength, &status);
422 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, &status);
445 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex,
485 ucol_setOffset(m_strsrch_->textIter, position, &status);
bmsearch.cpp 299 ucol_setOffset(elements, offset, &status);
313 ucol_setOffset(elements, last, &status);
coleitr.cpp 163 ucol_setOffset(m_data_, newOffset, &status);
usearch.cpp     [all...]
ucoleitr.cpp 727 ucol_setOffset(UCollationElements *elems,
  /external/webkit/WebCore/icu/unicode/
ucoleitr.h 216 * @see ucol_setOffset
235 ucol_setOffset(UCollationElements *elems,
  /external/chromium/third_party/icu/public/i18n/unicode/
ucoleitr.h 278 * @see ucol_setOffset
297 ucol_setOffset(UCollationElements *elems,
  /external/icu4c/i18n/unicode/
ucoleitr.h 278 * @see ucol_setOffset
297 ucol_setOffset(UCollationElements *elems,
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 217 ucol_setOffset(iter, strindex, status);
229 ucol_setOffset(iter, strindex, status);
239 ucol_setOffset(iter, strindex, status);
251 ucol_setOffset(iter, strindex, status);
  /external/icu4c/test/perf/collperf/
collperf.cpp 217 ucol_setOffset(iter, strindex, status);
229 ucol_setOffset(iter, strindex, status);
239 ucol_setOffset(iter, strindex, status);
251 ucol_setOffset(iter, strindex, status);
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 100 ucol_setOffset(titer, u_strlen(pattern), &status);
116 ucol_setOffset(titer, ucol_getOffset(titer) + 1, &status);
176 ucol_setOffset(titer, u_strlen(pattern), &status);
192 ucol_setOffset(titer, ucol_getOffset(titer) + 1, &status);
584 ucol_setOffset(iter, 0, &status);
589 ucol_setOffset(iter, u_strlen(test1), &status);
617 ucol_setOffset(iter, 0, &status);
    [all...]
capitst.c     [all...]
  /external/icu4c/test/cintltst/
citertst.c 100 ucol_setOffset(titer, u_strlen(pattern), &status);
116 ucol_setOffset(titer, ucol_getOffset(titer) + 1, &status);
176 ucol_setOffset(titer, u_strlen(pattern), &status);
192 ucol_setOffset(titer, ucol_getOffset(titer) + 1, &status);
584 ucol_setOffset(iter, 0, &status);
589 ucol_setOffset(iter, u_strlen(test1), &status);
617 ucol_setOffset(iter, 0, &status);
    [all...]
capitst.c     [all...]
  /libcore/luni/src/main/native/
NativeCollation.cpp 166 ucol_setOffset(toCollationElements(address), offset, &status);
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 741 ucol_setOffset(elems, stringOffset, &status);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 734 ucol_setOffset(elems, stringOffset, &status);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 626 #define ucol_setOffset ucol_setOffset_3_2
    [all...]

Completed in 394 milliseconds

1 2