HomeSort by relevance Sort by last modified time
    Searched defs:coll (Results 101 - 125 of 225) sorted by null

1 2 3 45 6 7 8 9

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 927 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT); local
951 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(ULocale.CHINESE); local
1017 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT); local
1061 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(new ULocale("da")); local
    [all...]
CollationAPITest.java 660 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(new Locale("","","")); //root local
664 String rules = coll.getRules();
721 RuleBasedCollator coll; local
727 coll = new RuleBasedCollator(rules[i]);
728 set = coll.getTailoredSet();
1008 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT); local
1051 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT); local
1075 Collator coll = Collator.getInstance(new ULocale("root")); local
1203 Collator coll = Collator.getInstance(new Locale("sh", "")); local
1422 RuleBasedCollator coll = null; local
1499 RuleBasedCollator coll = new RuleBasedCollator("[reorder Hang Hani]"); local
1704 Collator coll = new RuleBasedCollator("&[before 1]\\uFDD1?<*\\u4E00-\\u9FFF"); local
    [all...]
CollationRegressionTest.java 736 Collator coll = null; local
738 coll = Collator.getInstance(Locale.JAPAN);
746 key = coll.getCollationKey(test);
941 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); local
1070 RuleBasedCollator coll = new RuleBasedCollator(en_us.getRules() local
1103 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); local
1162 Collator coll = Collator.getInstance(); local
1230 RuleBasedCollator coll = new RuleBasedCollator("&c<b#comment1\\n<a#comment2"); local
    [all...]
CollationTest.java 29 import android.icu.impl.coll.Collation;
30 import android.icu.impl.coll.CollationData;
31 import android.icu.impl.coll.CollationFCD;
32 import android.icu.impl.coll.CollationIterator;
33 import android.icu.impl.coll.CollationRoot;
34 import android.icu.impl.coll.CollationRootElements;
35 import android.icu.impl.coll.CollationRuleParser;
36 import android.icu.impl.coll.CollationWeights;
37 import android.icu.impl.coll.FCDIterCollationIterator;
38 import android.icu.impl.coll.FCDUTF16CollationIterator
65 Collator coll; field in class:CollationTest
974 Collator coll = Collator.getInstance(localeWithType); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 924 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT); local
948 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(ULocale.CHINESE); local
1014 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT); local
1058 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(new ULocale("da")); local
    [all...]
CollationAPITest.java 657 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(new Locale("","","")); //root local
661 String rules = coll.getRules();
718 RuleBasedCollator coll; local
724 coll = new RuleBasedCollator(rules[i]);
725 set = coll.getTailoredSet();
1005 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT); local
1048 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT); local
1072 Collator coll = Collator.getInstance(new ULocale("root")); local
1200 Collator coll = Collator.getInstance(new Locale("sh", "")); local
1419 RuleBasedCollator coll = null; local
1496 RuleBasedCollator coll = new RuleBasedCollator("[reorder Hang Hani]"); local
1701 Collator coll = new RuleBasedCollator("&[before 1]\\uFDD1?<*\\u4E00-\\u9FFF"); local
    [all...]
CollationRegressionTest.java 733 Collator coll = null; local
735 coll = Collator.getInstance(Locale.JAPAN);
743 key = coll.getCollationKey(test);
938 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); local
1067 RuleBasedCollator coll = new RuleBasedCollator(en_us.getRules() local
1100 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); local
1159 Collator coll = Collator.getInstance(); local
1227 RuleBasedCollator coll = new RuleBasedCollator("&c<b#comment1\\n<a#comment2"); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 15 package android.icu.impl.coll;
    [all...]
CollationRuleParser.java 15 package android.icu.impl.coll;
    [all...]
CollationDataBuilder.java 15 package android.icu.impl.coll;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 85 Collator coll = gp.getCollator(); local
86 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE);
787 Collator coll = gp.getCollator(); local
788 String locStr = coll.getLocale(ULocale.VALID_LOCALE).toString();
796 coll = gp.getCollator();
797 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString();
810 coll = gp.getCollator();
811 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString();
822 coll = gp.getCollator();
823 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString()
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 15 #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);
899 Collator *coll = Collator::createInstance(*locale, status) local
    [all...]
coll.cpp 11 * File coll.cpp
49 #include "unicode/coll.h"
320 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) {
366 coll.setAttribute(collAttributes[i].attr, collAttributeValues[j].value, errorCode);
404 coll.setReorderCodes(codes, codesLength, errorCode);
417 coll.setMaxVariable((UColReorderCode)code, errorCode);
442 Collator* coll; local
446 coll = (Collator*)gService->get(desiredLocale, &actualLoc, status);
450 coll = makeInstance(desiredLocale, status);
452 setAttributesFromKeywords(desiredLocale, *coll, status)
    [all...]
collationbuilder.cpp 1647 RuleBasedCollator *coll = new RuleBasedCollator(); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 148 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
159 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
167 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
169 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
175 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
180 if(ucol_getStrength(coll) == UCOL_IDENTICAL) {
219 UResourceBundle *loc = ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll", locName, &status);;
232 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
250 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
251 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status)
633 UCollator *coll = ucol_open(locale, &status); local
650 UCollator *coll = ucol_open(locale, &status); local
672 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); local
693 UCollator *coll = ucol_open(locale, &status); local
720 UCollator *coll = NULL; local
1196 UCollator* coll=0; local
1279 UCollator *coll = ucol_open("es", &status); local
    [all...]
usrchtst.c 1745 UCollator *coll = NULL; local
2427 UCollator *coll = NULL; local
2460 UCollator *coll = NULL; local
2514 UCollator *coll; local
2603 UCollator *coll; local
2821 UCollator *coll; local
2924 UCollator *coll; local
    [all...]
creststn.c 931 UResourceBundle *coll=NULL; local
1153 UResourceBundle *coll=NULL; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 13 #include "unicode/coll.h"
806 Collator *coll = NULL; local
808 coll = Collator::createInstance(Locale::getJapan(), status);
810 if (coll == NULL || U_FAILURE(status))
813 delete coll;
820 coll->getCollationKey(test, key, status);
827 delete coll;
1083 RuleBasedCollator coll(en_us->getRules() + " & C < ch , cH , Ch , CH < cat < crunchy", errorCode);
1085 CollationElementIterator *iter = coll.createCollationElementIterator(testText);
1202 UCollator *coll; local
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 1409 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 14 package com.ibm.icu.impl.coll;
    [all...]
CollationRuleParser.java 14 package com.ibm.icu.impl.coll;
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 82 Collator coll = gp.getCollator(); local
83 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE);
784 Collator coll = gp.getCollator(); local
785 String locStr = coll.getLocale(ULocale.VALID_LOCALE).toString();
793 coll = gp.getCollator();
794 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString();
807 coll = gp.getCollator();
808 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString();
819 coll = gp.getCollator();
820 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString()
    [all...]
  /external/ltp/pan/
ltp-pan.c 113 static void dump_coll(struct collection *coll);
158 struct collection *coll = NULL; local
361 coll = get_collection(filename, optind, argc, argv);
362 if (!coll)
364 if (coll->cnt == 0) {
372 dump_coll(coll);
399 starts = coll->cnt;
527 c = lrand48() % coll->cnt;
544 run_child(coll->ary[c], running + i, quiet_mode,
552 if (++c >= coll->cnt
1175 struct collection *coll; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 474 Collection coll; local
477 coll = CertPathValidatorUtilities.findCertificates(selector, paramsPKIX.getCertificateStores());
478 coll.addAll(CertPathValidatorUtilities.findCertificates(selector, paramsPKIX.getCertStores()));
485 coll.add(defaultCRLSignCert);
487 Iterator cert_it = coll.iterator();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 299 Collection<?> coll = (Collection<?>) obj; local
300 Measure[] measures = new Measure[coll.size()];
302 for (Object o : coll) {
    [all...]

Completed in 978 milliseconds

1 2 3 45 6 7 8 9