/external/icu4c/i18n/unicode/ |
tblcoll.h | 726 UCollator *ucollator; member in class:RuleBasedCollator [all...] |
usearch.h | 26 * on the comparison rules defined in a <tt>UCollator</tt> data struct, 284 const UCollator *collator, 515 * Deleting the returned <tt>UCollator</tt> before calling 522 U_STABLE UCollator * U_EXPORT2 usearch_getCollator( 536 const UCollator *collator, [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
callcoll.c | 147 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { 268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) 421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) 562 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) { 593 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { 599 UCollator *coll = ucol_open(locale, &status); 616 UCollator *coll = ucol_open(locale, &status); 638 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); 659 UCollator *coll = ucol_open(locale, &status) [all...] |
cg7coll.c | 139 UCollator *myCollation, *tblColl1; 189 UCollator *myCollation; 220 UCollator *myCollation; 249 UCollator *myCollation; 279 UCollator *myCollation;
|
capitst.c | 48 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { 140 UCollator *coll = ucol_open(NULL, &status); 224 UCollator *coll=NULL; 280 UCollator *col, *ruled; 451 UCollator *col1, *col2, *col3, *col4; 570 UCollator *col; 619 UCollator *en_US, *el_GR, *vi_VN; 661 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; 662 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; 663 UCollator * col [all...] |
cmsccoll.c | 86 UCollator *coll = NULL; 189 UCollator *coll = ucol_open("en_US", &status); 263 UCollator *myCollation; 336 UCollator *coll = ucol_open("en_US", &status); 413 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){ 444 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){ 481 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){ 516 static void testEquality(UCollator* col, const UChar* p,const UChar* q){ 528 static void testCollator(UCollator *coll, UErrorCode *status) { 653 UCollator *UCA = (UCollator *)collator [all...] |
/external/icu4c/test/cintltst/ |
callcoll.c | 146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { 268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) 421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) 565 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) { 596 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { 602 UCollator *coll = ucol_open(locale, &status); 619 UCollator *coll = ucol_open(locale, &status); 641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); 662 UCollator *coll = ucol_open(locale, &status) [all...] |
cg7coll.c | 143 UCollator *myCollation, *tblColl1; 193 UCollator *myCollation; 224 UCollator *myCollation; 253 UCollator *myCollation; 283 UCollator *myCollation;
|
capitst.c | 48 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { 148 UCollator *coll = ucol_open(NULL, &status); 232 UCollator *coll=NULL; 288 UCollator *col, *ruled; 461 UCollator *col1, *col2, *col3, *col4; 580 UCollator *col; 629 UCollator *en_US, *el_GR, *vi_VN; 671 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; 672 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; 673 UCollator * col [all...] |
cmsccoll.c | 86 UCollator *coll = NULL; 189 UCollator *coll = ucol_open("en_US", &status); 263 UCollator *myCollation; 336 UCollator *coll = ucol_open("en_US", &status); 413 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){ 444 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){ 481 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){ 516 static void testEquality(UCollator* col, const UChar* p,const UChar* q){ 528 static void testCollator(UCollator *coll, UErrorCode *status) { 653 UCollator *UCA = (UCollator *)collator [all...] |
/external/chromium/third_party/icu/public/i18n/unicode/ |
usearch.h | 25 * on the comparison rules defined in a <tt>UCollator</tt> data struct, 240 const UCollator *collator, 452 * Deleting the returned <tt>UCollator</tt> before calling 459 U_STABLE UCollator * U_EXPORT2 usearch_getCollator( 473 const UCollator *collator, [all...] |
/external/webkit/WebCore/icu/unicode/ |
usearch.h | 25 * on the comparison rules defined in a <tt>UCollator</tt> data struct, 237 const UCollator *collator, 449 * Deleting the returned <tt>UCollator</tt> before calling 456 U_STABLE UCollator * U_EXPORT2 usearch_getCollator( 470 const UCollator *collator,
|
ucoleitr.h | 97 * @see UCollator 111 ucol_openElements(const UCollator *coll,
|
/libcore/luni/src/main/native/ |
NativeCollation.cpp | 22 static UCollator* toCollator(jint address) { 23 return reinterpret_cast<UCollator*>(static_cast<uintptr_t>(address)); 91 const UCollator* collator = toCollator(address); 125 UCollator* c = ucol_open(localeChars.c_str(), &status); 133 UCollator* c = ucol_openRules(rules.unicodeString().getBuffer(), rules.unicodeString().length(), 153 UCollator* c = ucol_safeClone(toCollator(address), NULL, &bufferSize, &status);
|
/external/chromium/third_party/icu/source/i18n/ |
ucol_elm.h | 111 const UCollator *UCA; 133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
|
usrchimp.h | 61 const UCollator *collator;
|
stsearch.cpp | 48 // _should not_ delete the ucollator or rules, and 2) changes made 50 // ucollator. thus the collator is not a copy-on-write alias, and it 57 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 84 m_text_.length(), coll->ucollator, 92 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 120 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 147 m_text_.length(), coll->ucollator, 155 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 187 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 226 m_collator_.setUCollator((UCollator *)m_strsrch_->collator) [all...] |
bms.cpp | 29 ucd_open(UCollator *coll, UErrorCode *status) 42 U_CAPI UCollator * U_EXPORT2
|
ucol_tok.h | 116 const UCollator *UCA; 156 void ucol_tok_initTokenList(UColTokenParser *src, const UChar *rules, const uint32_t rulesLength, const UCollator *UCA, UErrorCode *status);
|
/external/icu4c/i18n/ |
ucol_elm.h | 111 const UCollator *UCA; 133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
|
usrchimp.h | 63 const UCollator *collator;
|
stsearch.cpp | 48 // _should not_ delete the ucollator or rules, and 2) changes made 50 // ucollator. thus the collator is not a copy-on-write alias, and it 57 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 84 m_text_.length(), coll->ucollator, 92 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 120 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 147 m_text_.length(), coll->ucollator, 155 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 187 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); 226 m_collator_.setUCollator((UCollator *)m_strsrch_->collator) [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
tscoll.h | 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
|
/external/icu4c/test/intltest/ |
tscoll.h | 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
|
/external/chromium/third_party/icu/source/test/perf/strsrchperf/ |
strsrchperf.cpp | 70 UCollator *coll = ucol_open(locale, &status); 89 UCollator *coll = data->getCollator();
|