HomeSort by relevance Sort by last modified time
    Searched refs:coll (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/icu/icu4c/source/i18n/
coleitr.cpp 329 const RuleBasedCollator *coll,
331 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) {
341 const RuleBasedCollator *coll,
343 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) {
coll.cpp 9 * File coll.cpp
47 #include "unicode/coll.h"
315 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) {
361 coll.setAttribute(collAttributes[i].attr, collAttributeValues[j].value, errorCode);
399 coll.setReorderCodes(codes, codesLength, errorCode);
412 coll.setMaxVariable((UColReorderCode)code, errorCode);
437 Collator* coll; local
441 coll = (Collator*)gService->get(desiredLocale, &actualLoc, status);
445 coll = makeInstance(desiredLocale, status);
447 setAttributesFromKeywords(desiredLocale, *coll, status)
    [all...]
alphaindex.cpp 13 #include "unicode/coll.h"
96 int32_t binarySearch(const UVector &list, const UnicodeString &s, const Collator &coll) {
104 UCollationResult cmp = coll.compare(s, *si, errorCode);
263 LocalPointer<RuleBasedCollator> coll(
265 if (immutableBucketList.isNull() || coll.isNull()) {
269 ImmutableIndex *immIndex = new ImmutableIndex(immutableBucketList.getAlias(), coll.getAlias());
276 coll.orphan();
397 const RuleBasedCollator &coll, uint32_t variableTop,
400 coll.internalGetCEs(s, ces, errorCode);
901 Collator *coll = Collator::createInstance(*locale, status) local
    [all...]
usrchimp.h 121 void init(const Collator &coll);
ucol_res.cpp 29 #include "unicode/coll.h"
325 Collator *coll = Collator::createInstance(loc, *status); local
327 result = coll->toUCollator();
collationbuilder.cpp 1605 RuleBasedCollator *coll = new RuleBasedCollator(); local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLX509CertificateFactory.java 171 final List<T> coll = new ArrayList<T>(); local
184 coll.add(c);
201 return coll;
OpenSSLX509Certificate.java 463 Collection<List<?>> coll = new ArrayList<List<?>>(altNameArray.length); local
465 coll.add(Collections.unmodifiableList(Arrays.asList(altNameArray[i])));
468 return Collections.unmodifiableCollection(coll);
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 18 #include "unicode/coll.h"
97 RuleBasedCollator *coll = dynamic_cast<RuleBasedCollator *>( local
100 TEST_ASSERT(coll != NULL);
101 index = new AlphabeticIndex(coll, status);
103 TEST_ASSERT(coll == &index->getCollator());
556 LocalPointer<RuleBasedCollator> coll(
564 coll->setReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status);
566 AlphabeticIndex index(coll.orphan(), status);
586 LocalPointer<RuleBasedCollator> coll(
593 coll->setReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status)
    [all...]
tscoll.cpp 92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
loctest.cpp 13 #include "unicode/coll.h"
2006 Collator* coll = Collator::createInstance(reqLoc, ec); local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 386 Collection<?> coll; local
388 coll = certS[i].getCertificates(null);
389 assertTrue("Result collection not empty",coll.isEmpty());
390 coll = certS[i].getCRLs(null);
391 assertTrue("Result collection not empty",coll.isEmpty());
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 1743 UCollator *coll = NULL; local
2425 UCollator *coll = NULL; local
2458 UCollator *coll = NULL; local
2512 UCollator *coll; local
2601 UCollator *coll; local
2821 UCollator *coll; local
2924 UCollator *coll; local
    [all...]
creststn.c 930 UResourceBundle *coll=NULL; local
1152 UResourceBundle *coll=NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 23 #include "unicode/coll.h"
401 Collator *coll = Collator::createInstance(Locale(locale), status); local
408 if(coll->compare(collation_strings[j], collation_strings[j+1]) == UCOL_LESS) {
414 delete coll;
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 23 #include "unicode/coll.h"
465 Collator *coll = Collator::createInstance(Locale(locale), status); local
472 if(coll->compare(collation_strings[j], collation_strings[j+1]) == UCOL_LESS) {
478 delete coll;
  /external/sqlite/android/
sqlite3_android.cpp 39 UCollator *coll = (UCollator *) p; local
40 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1,
54 UCollator *coll = (UCollator *) p; local
61 UCollationResult result = ucol_strcollIter(coll, &i1, &i2, &status);
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
119 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
loctest.cpp 13 #include "unicode/coll.h"
1983 Collator* coll = Collator::createInstance(reqLoc, ec); local
    [all...]
  /external/chromium_org/third_party/icu/source/config/
dist.mk 18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
  /external/icu/icu4c/source/config/
dist.mk 18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 84 COLSRCDIR=$(SRCDATADIR)/coll
85 COLBLDDIR=$(BUILDDIR)/coll
231 # coll/invuca.icu is also excluded. When building a ICU data file to check in,
232 # we need to copy data/in/coll/invuca.icu to the build location (expected
233 # by genrb : out/build/icudt46l/coll) by hand because genrb requires its
234 # presence when compiling coll/root.txt. We have to put it back if Webkit
237 DAT_FILES_SHORT=pnames.icu cnvalias.icu coll/ucadata.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm
381 COLLATION_TREE=coll
500 $(BUILDDIR)/coll/%.icu: $(SRCDATADIR)/in/coll/%.ic
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 93 COLSRCDIR=$(SRCDATADIR)/coll
94 COLBLDDIR=$(BUILDDIR)/coll
246 DAT_FILES_SHORT=unames.icu cnvalias.icu coll/ucadata.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm
388 COLLATION_TREE=coll
513 $(BUILDDIR)/coll/%.icu: $(SRCDATADIR)/in/coll/%.icu
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 934 UResourceBundle *coll=NULL; local
1155 UResourceBundle *coll=NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 904 UCollator *coll = NULL;
913 coll = ucol_openRulesForImport(member->u.fString.fChars, member->u.fString.fLength,
916 if (U_SUCCESS(intStatus) && coll != NULL)
918 len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
921 len = ucol_cloneBinary(coll, data, len, &intStatus);
922 /*data = ucol_cloneRuleData(coll, &len, &intStatus);*/
926 /*coll->dataInfo.dataVersion[1] = version[0];*/
940 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus);
958 ucol_close(coll);
    [all...]

Completed in 1334 milliseconds

1 2 34 5 6 7