/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 115 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/ |
D | srchtest.cpp | 1071 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/ |
D | usrchtst.c | 928 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 …]
|
D | cmsccoll.c | 1455 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/ |
D | ucol_tok.cpp | 1544 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()
|
D | ucol_tok.h | 117 UHashtable *tailored; member
|
D | ucol_res.cpp | 1013 UnicodeSet *tailored = new UnicodeSet(); in ucol_getTailoredSet() local 1030 tailored->add(pattern); in ucol_getTailoredSet() 1037 return (USet *)tailored; in ucol_getTailoredSet()
|
D | ucol_bld.cpp | 867 …if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESE… in ucol_createElements()
|
/external/zlib/contrib/asm586/ |
D | README.586 | 22 Note that this code has been tailored for the Pentium in particular,
|
/external/zlib/contrib/asm686/ |
D | README.686 | 14 Note that this code has been tailored for the PPro/PII in particular,
|
/external/llvm/docs/ |
D | doxygen.cfg.in | 185 # 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/ |
D | Doxyfile.in | 185 # 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/ |
D | doxyfile | 195 # 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/ |
D | blktrace.tex | 60 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/ |
D | Doxyfile | 280 # 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/ |
D | process_util_mac.mm | 42 // This function is tailored to remove the Breakpad exception handler.
|
/external/dropbear/libtomcrypt/ |
D | Doxyfile | 185 # 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/ |
D | Doxyfile.in | 176 # 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/ |
D | doxygen.cfg.in | 192 # 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/ |
D | libs.doxy_template | 189 # 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/ |
D | doxygen.cfg.in | 191 # 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/ |
D | srec.doxygen | 201 # 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/ |
D | large.ok | 28650 tailored tAlPd
|
/external/jmonkeyengine/ |
D | NOTICE | 19316 * Fixed point maths class. This can be tailored for specific needs by
|