Searched refs:rbc (Results 1 – 6 of 6) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
D | regcoll.cpp | 545 RuleBasedCollator *rbc = new RuleBasedCollator((UnicodeString)"< a < bb", status); in Test4078588() local 547 if (rbc == NULL || U_FAILURE(status)) in Test4078588() 550 delete rbc; in Test4078588() 554 Collator::EComparisonResult result = rbc->compare("a","bb"); in Test4078588() 562 delete rbc; in Test4078588() 994 My4146160Collator(RuleBasedCollator &rbc, UErrorCode &status); 1006 My4146160Collator::My4146160Collator(RuleBasedCollator &rbc, UErrorCode &status) in My4146160Collator() argument 1007 : RuleBasedCollator(rbc.getRules(), status) in My4146160Collator()
|
D | dadrcoll.cpp | 211 RuleBasedCollator* rbc = (RuleBasedCollator*)col; in processTest() local 212 cloneSize = rbc->cloneBinary(NULL, 0, intStatus); in processTest() 215 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus); in processTest()
|
/external/icu4c/test/intltest/ |
D | regcoll.cpp | 547 RuleBasedCollator *rbc = new RuleBasedCollator((UnicodeString)"< a < bb", status); in Test4078588() local 549 if (rbc == NULL || U_FAILURE(status)) in Test4078588() 552 delete rbc; in Test4078588() 556 Collator::EComparisonResult result = rbc->compare("a","bb"); in Test4078588() 564 delete rbc; in Test4078588() 996 My4146160Collator(RuleBasedCollator &rbc, UErrorCode &status); 1008 My4146160Collator::My4146160Collator(RuleBasedCollator &rbc, UErrorCode &status) in My4146160Collator() argument 1009 : RuleBasedCollator(rbc.getRules(), status) in My4146160Collator()
|
D | dadrcoll.cpp | 211 RuleBasedCollator* rbc = (RuleBasedCollator*)col; in processTest() local 212 cloneSize = rbc->cloneBinary(NULL, 0, intStatus); in processTest() 215 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus); in processTest()
|
/external/chromium/third_party/icu/source/i18n/ |
D | coll.cpp | 239 RuleBasedCollator *rbc = (RuleBasedCollator *)col; in createUCollator() local 240 if (!rbc->dataIsOwned) { in createUCollator() 241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status); in createUCollator() 243 result = rbc->ucollator; in createUCollator() 244 rbc->ucollator = NULL; // to prevent free on delete in createUCollator()
|
/external/icu4c/i18n/ |
D | coll.cpp | 239 RuleBasedCollator *rbc = (RuleBasedCollator *)col; in createUCollator() local 240 if (!rbc->dataIsOwned) { in createUCollator() 241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status); in createUCollator() 243 result = rbc->ucollator; in createUCollator() 244 rbc->ucollator = NULL; // to prevent free on delete in createUCollator()
|