Searched refs:tailored (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/tools/dumpce/
H A Ddumpce.cpp115 UBool tailored; member in struct:__anon6128
344 * @param fullrules flag to indicate if only tailored collation elements are to
883 if (element.tailored) {
887 if (element.tailored) {
1012 scriptelem[count].tailored = FALSE;
1018 scriptelem[count].tailored = FALSE;
1047 scriptelem[count].tailored = FALSE;
1096 scriptelem[count].tailored = FALSE;
1148 * Marks tailored elements
1201 if (!scriptelem[i].tailored
[all...]
/external/icu4c/i18n/
H A Ducol_tok.h117 UHashtable *tailored; member in struct:__anon5906
H A Ducol_tok.cpp156 /* would, except that it cannot be tailored. A range (we currently only */
1544 uhash_put(src->tailored, sourceToken, sourceToken, status);
1596 //sourceToken = (UColToken *)uhash_iget(src->tailored, (int32_t)key);
1597 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1665 // We got an UCA before. However, this might have been tailored.
1675 //sourceToken = (UColToken *)uhash_iget(src->tailored, (int32_t)key);
1676 sourceToken = (UColToken *)uhash_get(src->tailored, &key);
1688 // if we found a tailored thing, we have to use the UCA value and construct
1691 // character to which we want to anchor is already tailored.
1783 sourceToken = (UColToken *)uhash_get(src->tailored,
[all...]
H A Ducol_res.cpp690 // there are more tailored elements in one list
1013 UnicodeSet *tailored = new UnicodeSet(); local
1030 tailored->add(pattern);
1037 return (USet *)tailored;
H A Ducol_bld.cpp853 /* since parts of expansion can be tailored, while others are not */
867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
882 if(currentSequenceLen == 0) { /* couldn't find any tailored subsequence */
1240 if(needToAdd == TRUE) { // we need to add if this contraction is not tailored.
/external/icu4c/test/intltest/
H A Dsrchtest.cpp1071 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
1072 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
1077 delete tailored;
1081 strsrch->setCollator(tailored, status);
1082 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
1085 delete tailored;
1090 delete tailored;
1099 delete tailored;
1105 delete tailored;
1925 RuleBasedCollator *tailored local
[all...]
/external/icu4c/test/cintltst/
H A Dusrchtst.c928 UCollator *tailored = NULL; local
949 tailored = usearch_getCollator(strsrch);
953 ucol_setStrength(tailored, UCOL_PRIMARY);
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
984 usearch_setCollator(strsrch, tailored, &status);
985 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
1004 if (tailored != NULL) {
1005 ucol_close(tailored);
2031 UCollator *tailored = NULL; local
2064 tailored
[all...]
H A Dcmsccoll.c1054 /* would, except that it cannot be tailored. A range (we currently only */
1241 log_verbose("Reset is tailored codepoint %04X, don't know how to continue, taking next test\n", *(src.source+oldOffset));
1455 UChar tailored[2048]; local
1464 u_uastrcpy(tailored, "ABCcd");
1465 tailoredLen = u_strlen(tailored);
1473 if(!ucol_isTailored(coll, tailored[i], &status)) {
1474 log_err("%i: %04X should be tailored - it is reported as not\n", i, tailored[i]);
1479 log_err("%i: %04X should not be tailored - it is reported as it is\n", i, notTailored[i]);
1491 log_err_status(status, "0x4E9C should be tailored
[all...]
/external/blktrace/doc/
H A Dblktrace.tex60 blktrace. Some of the specific instructions below may need to be tailored
585 The output from blkparse can be tailored for specific use - in particular,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 546 milliseconds