HomeSort by relevance Sort by last modified time
    Searched refs:tailored (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
srchtest.cpp 956 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
957 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
962 if (tailored != NULL) {
963 delete tailored;
968 strsrch->setCollator(tailored, status);
969 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
972 if (tailored != NULL) {
973 delete tailored;
979 if (tailored != NULL) {
980 delete tailored;
1820 RuleBasedCollator *tailored = new RuleBasedCollator(rules, local
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 966 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
967 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
972 if (tailored != NULL) {
973 delete tailored;
978 strsrch->setCollator(tailored, status);
979 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
982 if (tailored != NULL) {
983 delete tailored;
989 if (tailored != NULL) {
990 delete tailored;
1830 RuleBasedCollator *tailored = new RuleBasedCollator(rules, local
    [all...]
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 115 UBool tailored; member in struct:__anon3044
344 * @param fullrules flag to indicate if only tailored collation elements are to
883 if (element.tailored) {
887 if (element.tailored) {
1013 scriptelem[count].tailored = FALSE;
1020 scriptelem[count].tailored = FALSE;
1047 scriptelem[count].tailored = FALSE;
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 115 UBool tailored; member in struct:__anon4114
344 * @param fullrules flag to indicate if only tailored collation elements are to
883 if (element.tailored) {
887 if (element.tailored) {
1013 scriptelem[count].tailored = FALSE;
1020 scriptelem[count].tailored = FALSE;
1047 scriptelem[count].tailored = FALSE;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.h 117 UHashtable *tailored; member in struct:__anon2899
ucol_tok.cpp 113 /* would, except that it cannot be tailored. A range (we currently only */
    [all...]
ucol_res.cpp 634 // there are more tailored elements in one list
941 UnicodeSet *tailored = new UnicodeSet(); local
    [all...]
ucol_bld.cpp 846 /* since parts of expansion can be tailored, while others are not */
860 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
875 if(currentSequenceLen == 0) { /* couldn't find any tailored subsequence */
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 117 UHashtable *tailored; member in struct:__anon3918
ucol_tok.cpp 113 /* would, except that it cannot be tailored. A range (we currently only */
    [all...]
ucol_res.cpp 628 // there are more tailored elements in one list
951 UnicodeSet *tailored = new UnicodeSet(); local
    [all...]
ucol_bld.cpp 846 /* since parts of expansion can be tailored, while others are not */
860 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
875 if(currentSequenceLen == 0) { /* couldn't find any tailored subsequence */
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
usrchtst.c 822 UCollator *tailored = NULL; local
843 tailored = usearch_getCollator(strsrch);
847 ucol_setStrength(tailored, UCOL_PRIMARY);
872 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
878 usearch_setCollator(strsrch, tailored, &status);
879 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
898 if (tailored != NULL) {
899 ucol_close(tailored);
1925 UCollator *tailored = NULL; local
    [all...]
cmsccoll.c 1045 /* would, except that it cannot be tailored. A range (we currently only */
1418 UChar tailored[2048]; local
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 829 UCollator *tailored = NULL; local
850 tailored = usearch_getCollator(strsrch);
854 ucol_setStrength(tailored, UCOL_PRIMARY);
879 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
885 usearch_setCollator(strsrch, tailored, &status);
886 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
905 if (tailored != NULL) {
906 ucol_close(tailored);
1932 UCollator *tailored = NULL; local
    [all...]
cmsccoll.c 1045 /* would, except that it cannot be tailored. A range (we currently only */
1422 UChar tailored[2048]; local
    [all...]
  /external/blktrace/doc/
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,
    [all...]

Completed in 614 milliseconds