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

  /external/icu/icu4c/source/i18n/
collationsets.h 45 tailored(t),
79 UnicodeSet *tailored; member in class:TailoredSet
130 int8_t checkTailored; // -1: collected tailored +1: exclude tailored
131 UnicodeSet tailored; member in class:ContractionsAndExpansions
collationsets.cpp 35 return TRUE; // fallback to base, not tailored
71 tailored->add(start);
130 // and in tailorings we assume that performance of tailored characters is more important.
148 // or when a single-character mapping was copied for tailored contractions.
205 if(tailored->contains(jamos[0]) || tailored->contains(jamos[1]) ||
206 (length == 3 && tailored->contains(jamos[2]))) {
322 tailored->add(UnicodeString(unreversedPrefix).append(c));
336 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx));
342 tailored->add(c)
    [all...]
rulebasedcollator.cpp 356 UnicodeSet *tailored = new UnicodeSet(); local
357 if(tailored == NULL) {
362 TailoredSet(tailored).forData(data, errorCode);
364 delete tailored;
368 return tailored;
    [all...]
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 224 RuleBasedCollator tailored("& a < ch", status);
229 iter = tailored.createCollationElementIterator(contraction);
241 iter = tailored.createCollationElementIterator(contraction);
254 iter = tailored.createCollationElementIterator(surrogate);
265 iter = tailored.createCollationElementIterator(surrogate);
srchtest.cpp 1071 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
1925 RuleBasedCollator *tailored = new RuleBasedCollator(rules, local
    [all...]
collationtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 115 UBool tailored; member in struct:__anon17005
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;
1046 scriptelem[count].tailored = FALSE;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 117 UHashtable *tailored; member in struct:__anon16753
ucol_tok.cpp 150 /* would, except that it cannot be tailored. A range (we currently only */
    [all...]
ucol_res.cpp 682 // there are more tailored elements in one list
1008 UnicodeSet *tailored = new UnicodeSet(); local
    [all...]
ucol_bld.cpp 858 /* since parts of expansion can be tailored, while others are not */
872 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
887 if(currentSequenceLen == 0) { /* couldn't find any tailored subsequence */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 1071 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
1925 RuleBasedCollator *tailored = new RuleBasedCollator(rules, local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c 928 UCollator *tailored = NULL; local
949 tailored = usearch_getCollator(strsrch);
2031 UCollator *tailored = NULL; local
    [all...]
cmsccoll.c 1064 /* would, except that it cannot be tailored. A range (we currently only */
1485 UChar tailored[2048]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 928 UCollator *tailored = NULL; local
949 tailored = usearch_getCollator(strsrch);
2031 UCollator *tailored = NULL; 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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1146 milliseconds