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

1 2 34 5

  /external/icu4c/test/cintltst/
usrchtst.c 25 static UCollator *EN_US_;
26 static UCollator *FR_FR_;
27 static UCollator *DE_;
28 static UCollator *ES_;
159 static UCollator *getCollator(const char *collator)
547 UCollator *collator = getCollator(search.collator);
578 UCollator *collator = getCollator(search.collator);
619 UCollator *collator = getCollator(search.collator);
775 UCollator *collator = getCollator(search->collator);
882 UCollator *collator = getCollator(search->collator)
    [all...]
ccurrtst.c 105 UCollator *c;
cdetst.c 36 static UCollator *myCollation;
cjaptst.c 39 static UCollator *myCollation;
cfrtst.c 36 static UCollator *myCollation;
307 UCollator *pCollator;
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 75 UCollator* collator = usearch_getCollator(searcher);
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
83 UCollator *coll;
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
610 UCollator *collator = data->getCollator();
660 /*UCollator *coll =*/ data->getCollator();
usearch.cpp 802 inline int32_t getNextSafeOffset(const UCollator *collator,
    [all...]
coll.cpp 230 UCollator*
234 UCollator *result = 0;
241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status);
243 result = rbc->ucollator;
244 rbc->ucollator = NULL; // to prevent free on delete
519 // UCollator protected constructor destructor ----------------------------
855 // UCollator private data members ----------------------------------------
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccurrtst.c 105 UCollator *c;
cdetst.c 36 static UCollator *myCollation;
cjaptst.c 39 static UCollator *myCollation;
cfrtst.c 36 static UCollator *myCollation;
307 UCollator *pCollator;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h     [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
  /external/icu4c/samples/coll/
coll.cpp 54 UCollator * collator = 0;
  /external/icu4c/samples/strsrch/
strsrch.cpp 59 UCollator * collator = 0;
  /external/icu4c/i18n/
usearch.cpp 802 inline int32_t getNextSafeOffset(const UCollator *collator,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp 340 UCollator *thaiColl = NULL;
tsmthred.cpp 844 const UCollator *coll;
854 void setCollator(UCollator *c, Line *l, int32_t nl)
1005 UCollator *coll = ucol_open("root", &status);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 68 static UCollator *COLLATOR_;
290 void outputAttribute(UCollator *collator, UErrorCode *error)
325 void outputNormalization(UCollator *collator)
441 void setAttributes(UCollator *collator, UErrorCode *error)
    [all...]
  /external/icu4c/test/intltest/
thcoll.cpp 339 UCollator *thaiColl = NULL;
  /external/icu4c/tools/dumpce/
dumpce.cpp 68 static UCollator *COLLATOR_;
290 void outputAttribute(UCollator *collator, UErrorCode *error)
325 void outputNormalization(UCollator *collator)
441 void setAttributes(UCollator *collator, UErrorCode *error)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 205 UCollator *gCol;
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 205 UCollator *gCol;
    [all...]

Completed in 1877 milliseconds

1 2 34 5