Home
last modified time | relevance | path

Searched refs:tailored (Results 1 – 24 of 24) sorted by relevance

/external/icu4c/tools/dumpce/
Ddumpce.cpp115 UBool tailored; member
883 if (element.tailored) { in outputScriptElem()
887 if (element.tailored) { in outputScriptElem()
1012 scriptelem[count].tailored = FALSE; in getScriptElementsFromExemplars()
1018 scriptelem[count].tailored = FALSE; in getScriptElementsFromExemplars()
1047 scriptelem[count].tailored = FALSE; in getScriptElements()
1096 scriptelem[count].tailored = FALSE; in getScriptElements()
1201 if (!scriptelem[i].tailored && in markTailored()
1203 scriptelem[i].tailored = TRUE; in markTailored()
/external/icu4c/test/intltest/
Dsrchtest.cpp1071 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); in TestCollator() local
1072 tailored->setStrength(getECollationStrength(COLLATOR[1].strength)); in TestCollator()
1077 delete tailored; in TestCollator()
1081 strsrch->setCollator(tailored, status); in TestCollator()
1082 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) { in TestCollator()
1085 delete tailored; in TestCollator()
1090 delete tailored; in TestCollator()
1099 delete tailored; in TestCollator()
1105 delete tailored; in TestCollator()
1925 RuleBasedCollator *tailored = new RuleBasedCollator(rules, in TestCollatorCanonical() local
[all …]
/external/icu4c/test/cintltst/
Dusrchtst.c928 UCollator *tailored = NULL; in TestCollator() local
949 tailored = usearch_getCollator(strsrch); in TestCollator()
953 ucol_setStrength(tailored, UCOL_PRIMARY); in TestCollator()
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength, in TestCollator()
984 usearch_setCollator(strsrch, tailored, &status); in TestCollator()
985 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) { in TestCollator()
1004 if (tailored != NULL) { in TestCollator()
1005 ucol_close(tailored); in TestCollator()
2031 UCollator *tailored = NULL; in TestCollatorCanonical() local
2064 tailored = ucol_openRules(rules, -1, UCOL_ON, in TestCollatorCanonical()
[all …]
Dcmsccoll.c1455 UChar tailored[2048]; in IsTailoredTest() local
1464 u_uastrcpy(tailored, "ABCcd"); in IsTailoredTest()
1465 tailoredLen = u_strlen(tailored); in IsTailoredTest()
1473 if(!ucol_isTailored(coll, tailored[i], &status)) { in IsTailoredTest()
1474 log_err("%i: %04X should be tailored - it is reported as not\n", i, tailored[i]); in IsTailoredTest()
/external/icu4c/i18n/
Ducol_tok.cpp1544 uhash_put(src->tailored, sourceToken, sourceToken, status); in ucol_tok_initAReset()
1597 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in getVirginBefore()
1676 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in getVirginBefore()
1783 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in ucol_tok_assembleTokenList()
1816 uhash_put(src->tailored, sourceToken, sourceToken, status); in ucol_tok_assembleTokenList()
1983 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in ucol_tok_assembleTokenList()
2366 src->tailored = uhash_open(uhash_hashTokens, uhash_compareTokens, NULL, status); in ucol_tok_initTokenList()
2370 uhash_setValueDeleter(src->tailored, uhash_freeBlock); in ucol_tok_initTokenList()
2435 if(src->tailored != NULL) { in ucol_tok_closeTokenList()
2436 uhash_close(src->tailored); in ucol_tok_closeTokenList()
Ducol_tok.h117 UHashtable *tailored; member
Ducol_res.cpp1013 UnicodeSet *tailored = new UnicodeSet(); in ucol_getTailoredSet() local
1030 tailored->add(pattern); in ucol_getTailoredSet()
1037 return (USet *)tailored; in ucol_getTailoredSet()
Ducol_bld.cpp867 …if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESE… in ucol_createElements()
/external/zlib/contrib/asm586/
DREADME.58622 Note that this code has been tailored for the Pentium in particular,
/external/zlib/contrib/asm686/
DREADME.68614 Note that this code has been tailored for the PPro/PII in particular,
/external/llvm/docs/
Ddoxygen.cfg.in185 # sources only. Doxygen will then generate output that is more tailored for C.
192 # sources only. Doxygen will then generate output that is more tailored for
199 # sources only. Doxygen will then generate output that is more tailored for
205 # sources. Doxygen will then generate output that is tailored for
/external/libvpx/nestegg/docs/
DDoxyfile.in185 # sources only. Doxygen will then generate output that is more tailored for C.
192 # sources only. Doxygen will then generate output that is more tailored for
199 # sources only. Doxygen will then generate output that is more tailored for
205 # sources. Doxygen will then generate output that is tailored for
/external/antlr/antlr-3.4/runtime/C/
Ddoxyfile195 # sources only. Doxygen will then generate output that is more tailored for C.
202 # sources only. Doxygen will then generate output that is more tailored for
209 # sources only. Doxygen will then generate output that is more tailored for
215 # sources. Doxygen will then generate output that is tailored for
/external/blktrace/doc/
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/srtp/doc/
DDoxyfile280 # only. Doxygen will then generate output that is more tailored for C.
287 # only. Doxygen will then generate output that is more tailored for Java.
/external/chromium/base/
Dprocess_util_mac.mm42 // This function is tailored to remove the Breakpad exception handler.
/external/dropbear/libtomcrypt/
DDoxyfile185 # only. Doxygen will then generate output that is more tailored for C.
192 # only. Doxygen will then generate output that is more tailored for Java.
/external/libmtp/doc/
DDoxyfile.in176 # only. Doxygen will then generate output that is more tailored for C.
183 # only. Doxygen will then generate output that is more tailored for Java.
/external/clang/docs/
Ddoxygen.cfg.in192 # sources only. Doxygen will then generate output that is more tailored for C.
199 # only. Doxygen will then generate output that is more tailored for Java.
/external/libvpx/
Dlibs.doxy_template189 # sources only. Doxygen will then generate output that is more tailored for C.
196 # sources only. Doxygen will then generate output that is more tailored for Java.
/external/libusb/doc/
Ddoxygen.cfg.in191 # sources only. Doxygen will then generate output that is more tailored for C.
198 # sources only. Doxygen will then generate output that is more tailored for Java.
/external/srec/doc/
Dsrec.doxygen201 # sources only. Doxygen will then generate output that is more tailored for C.
208 # sources only. Doxygen will then generate output that is more tailored for Java.
/external/srec/config/en.us/dictionary/
Dlarge.ok28650 tailored tAlPd
/external/jmonkeyengine/
DNOTICE19316 * Fixed point maths class. This can be tailored for specific needs by