HomeSort by relevance Sort by last modified time
    Searched defs:tailored (Results 1 - 22 of 22) 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
rulebasedcollator.cpp 368 UnicodeSet *tailored = new UnicodeSet(); local
369 if(tailored == NULL) {
374 TailoredSet(tailored).forData(data, errorCode);
376 delete tailored;
380 return tailored;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
ContractionsAndExpansions.java 32 private int checkTailored = 0; // -1: collected tailored +1: exclude tailored
33 private UnicodeSet tailored = new UnicodeSet(); field in class:ContractionsAndExpansions
65 // Add all from the base data but only for un-tailored code points.
66 tailored.freeze();
78 // No need to collect nor check the tailored set.
82 return; // fallback to base, not tailored
84 cne.tailored.add(start, end);
86 // checkTailored > 0: Exclude tailored ranges from the base data enumeration.
88 if (cne.tailored.contains(start))
    [all...]
TailoredSet.java 43 private UnicodeSet tailored; field in class:TailoredSet
48 tailored = t;
65 return; // fallback to base, not tailored
89 tailored.add(start);
146 // and in tailorings we assume that performance of tailored characters is more important.
164 // or when a single-character mapping was copied for tailored contractions.
223 if (tailored.contains(jamos.charAt(0)) || tailored.contains(jamos.charAt(1))
224 || (length == 3 && tailored.contains(jamos.charAt(2)))) {
357 tailored.add(new StringBuilder(unreversedPrefix.appendCodePoint(c)))
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
ContractionsAndExpansions.java 28 private int checkTailored = 0; // -1: collected tailored +1: exclude tailored
29 private UnicodeSet tailored = new UnicodeSet(); field in class:ContractionsAndExpansions
61 // Add all from the base data but only for un-tailored code points.
62 tailored.freeze();
74 // No need to collect nor check the tailored set.
78 return; // fallback to base, not tailored
80 cne.tailored.add(start, end);
82 // checkTailored > 0: Exclude tailored ranges from the base data enumeration.
84 if (cne.tailored.contains(start))
    [all...]
TailoredSet.java 41 private UnicodeSet tailored; field in class:TailoredSet
46 tailored = t;
63 return; // fallback to base, not tailored
87 tailored.add(start);
144 // and in tailorings we assume that performance of tailored characters is more important.
162 // or when a single-character mapping was copied for tailored contractions.
221 if (tailored.contains(jamos.charAt(0)) || tailored.contains(jamos.charAt(1))
222 || (length == 3 && tailored.contains(jamos.charAt(2)))) {
355 tailored.add(new StringBuilder(unreversedPrefix.appendCodePoint(c)))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 259 RuleBasedCollator tailored = null; local
261 tailored = new RuleBasedCollator("& a < ch");
266 iter = tailored.getCollationElementIterator(contraction);
274 iter = tailored.getCollationElementIterator(contraction);
284 iter = tailored.getCollationElementIterator(surrogate);
292 iter = tailored.getCollationElementIterator(surrogate);
CollationTest.java 1009 UnicodeSet tailored = coll.getTailoredSet(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 1071 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); local
1925 RuleBasedCollator *tailored = new RuleBasedCollator(rules, local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 255 RuleBasedCollator tailored = null; local
257 tailored = new RuleBasedCollator("& a < ch");
262 iter = tailored.getCollationElementIterator(contraction);
270 iter = tailored.getCollationElementIterator(contraction);
280 iter = tailored.getCollationElementIterator(surrogate);
288 iter = tailored.getCollationElementIterator(surrogate);
CollationTest.java 1005 UnicodeSet tailored = coll.getTailoredSet(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 149 /* tailored */
159 /* tailored */
945 RuleBasedCollator tailored = null; local
990 RuleBasedCollator tailored = null; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 145 /* tailored */
155 /* tailored */
941 RuleBasedCollator tailored = null; local
986 RuleBasedCollator tailored = null; 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/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java 965 UnicodeSet tailored = new UnicodeSet(); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java 991 UnicodeSet tailored = new UnicodeSet(); local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.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 724 milliseconds