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

  /external/chromium/third_party/icu/source/test/intltest/
citrtest.cpp 853 UCharIterator sIter, cIter, rIter;
855 uiter_setString(&sIter, s.getBuffer(), s.length());
859 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
866 sIter.start=2;
867 sIter.index=3;
868 sIter.limit=5;
869 if( sIter.getIndex(&sIter, UITER_ZERO)!=0 ||
870 sIter.getIndex(&sIter, UITER_START)!=2 |
    [all...]
tscoll.cpp 106 UCharIterator sIter, tIter;
114 uiter_setString(&sIter, source, sLen);
116 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
163 UCharIterator sIter, tIter;
164 uiter_setString(&sIter, src, sLen);
166 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
182 UCharIterator sIter, tIter;
184 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen);
186 /*uiter_setString(&sIter, source, sLen);
188 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status)
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 853 UCharIterator sIter, cIter, rIter;
855 uiter_setString(&sIter, s.getBuffer(), s.length());
859 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
866 sIter.start=2;
867 sIter.index=3;
868 sIter.limit=5;
869 if( sIter.getIndex(&sIter, UITER_ZERO)!=0 ||
870 sIter.getIndex(&sIter, UITER_START)!=2 |
    [all...]
tscoll.cpp 109 UCharIterator sIter, tIter;
117 uiter_setString(&sIter, source, sLen);
119 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
166 UCharIterator sIter, tIter;
167 uiter_setString(&sIter, src, sLen);
169 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
185 UCharIterator sIter, tIter;
187 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen);
189 /*uiter_setString(&sIter, source, sLen);
191 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 232 UCharIterator sIter, tIter;
246 uiter_setString(&sIter, source, sLen);
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
281 UCharIterator sIter, tIter;
282 uiter_setString(&sIter, source, sLen);
284 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
300 /*UCharIterator sIter, tIter;*/
302 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen);
304 /*uiter_setString(&sIter, source, sLen);
306 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status)
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 232 UCharIterator sIter, tIter;
246 uiter_setString(&sIter, source, sLen);
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
281 UCharIterator sIter, tIter;
282 uiter_setString(&sIter, source, sLen);
284 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
300 /*UCharIterator sIter, tIter;*/
302 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen);
304 /*uiter_setString(&sIter, source, sLen);
306 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
coll.cpp 433 UCollationResult Collator::compare(UCharIterator &/*sIter*/,
449 UCharIterator sIter, tIter;
450 uiter_setUTF8(&sIter, source.data(), source.length());
452 return compare(sIter, tIter, status);
tblcoll.cpp 397 UCollationResult RuleBasedCollator::compare(UCharIterator &sIter,
401 return ucol_strcollIter(ucollator, &sIter, &tIter, &status);
ucol.cpp     [all...]
  /external/icu4c/i18n/
coll.cpp 433 UCollationResult Collator::compare(UCharIterator &/*sIter*/,
449 UCharIterator sIter, tIter;
450 uiter_setUTF8(&sIter, source.data(), source.length());
452 return compare(sIter, tIter, status);
tblcoll.cpp 397 UCollationResult RuleBasedCollator::compare(UCharIterator &sIter,
401 return ucol_strcollIter(ucollator, &sIter, &tIter, &status);
ucol.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h 447 * @param sIter the first ("source") string iterator
453 virtual UCollationResult compare(UCharIterator &sIter,
    [all...]
tblcoll.h 396 * @param sIter the first ("source") string iterator
402 virtual UCollationResult compare(UCharIterator &sIter,
    [all...]
ucol.h 461 * @param sIter The source string iterator.
471 UCharIterator *sIter,
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 447 * @param sIter the first ("source") string iterator
453 virtual UCollationResult compare(UCharIterator &sIter,
    [all...]
tblcoll.h 396 * @param sIter the first ("source") string iterator
402 virtual UCollationResult compare(UCharIterator &sIter,
    [all...]
ucol.h 485 * @param sIter The source string iterator.
495 UCharIterator *sIter,
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 459 * @param sIter The source string iterator.
469 UCharIterator *sIter,
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 459 * @param sIter The source string iterator.
469 UCharIterator *sIter,
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 717 milliseconds