HomeSort by relevance Sort by last modified time
    Searched refs:UCollator (Results 51 - 71 of 71) sorted by null

1 23

  /external/icu4c/samples/coll/
coll.cpp 54 UCollator * collator = 0;
  /external/icu4c/samples/strsrch/
strsrch.cpp 59 UCollator * collator = 0;
  /external/icu4c/test/cintltst/
cjaptst.c 39 static UCollator *myCollation;
cfrtst.c 36 static UCollator *myCollation;
307 UCollator *pCollator;
encoll.c 36 static UCollator *myCollation = NULL;
cloctst.c     [all...]
nucnvtst.c     [all...]
  /external/icu4c/i18n/
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 ----------------------------
869 // UCollator private data members ----------------------------------------
tblcoll.cpp 85 , ucollator(NULL)
137 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
144 const UChar *r = ucol_getRules(ucollator, &length);
162 ucollator = ucol_openRules(rules.getBuffer(), rules.length(),
169 if(ucollator == NULL) {
185 ucol_close(ucollator);
187 ucollator = 0;
204 return ucol_equals(this->ucollator, thatAlias.ucollator);
    [all...]
ucol_elm.cpp 113 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status) {
    [all...]
ucol_bld.cpp 620 uint8_t ucol_uprv_getCaseBits(const UCollator *UCA, const UChar *src, uint32_t len, UErrorCode *status) {
    [all...]
alphaindex.cpp 821 const UCollator *uRuleBasedCollator = rbc->getUCollator();
    [all...]
ucol_tok.cpp     [all...]
  /external/icu4c/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...]
regcoll.cpp 1084 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf, int32_t /*keyBufLen*/, UErrorCode& status) {
1107 UCollator *coll;
    [all...]
  /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/icu4c/test/perf/collationperf/
collperf.cpp 205 UCollator *gCol;
    [all...]
  /external/icu4c/tools/genrb/
parse.c 904 UCollator *coll = NULL;
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]

Completed in 573 milliseconds

1 23