HomeSort by relevance Sort by last modified time
    Searched defs:unassigned (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
nptrans.h 40 UnicodeSet unassigned; member in class:NamePrepTransform
77 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
78 * If TRUE unassigned values are treated as normal Unicode code point.
98 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
99 * If TRUE unassigned values are treated as normal Unicode code point.
testidn.cpp 115 /* process unassigned */
128 /* process unassigned */
287 int32_t unassigned = 0; local
303 unassigned++;
319 test.logln("Number of Unassinged code points : %i \n",unassigned);
apicoll.cpp 1274 UChar32 unassigned = 0xEFFFD; local
    [all...]
  /external/junit/src/main/java/org/junit/experimental/theories/internal/
Assignments.java 24 private final List<ParameterSignature> unassigned; field in class:Assignments
29 List<ParameterSignature> unassigned, TestClass clazz) {
30 this.unassigned = unassigned;
50 return unassigned.size() == 0;
54 return unassigned.get(0);
62 return new Assignments(assigned, unassigned.subList(1,
63 unassigned.size()), clazz);
77 ParameterSignature unassigned = nextUnassigned(); local
78 List<PotentialAssignment> assignments = getSupplier(unassigned).getValueSources(unassigned)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 99 int unassigned = 0xEFFFD; local
168 str = UCharacter.toString(unassigned);
CollationTest.java 290 UnicodeSet unassigned = new UnicodeSet("[[:Cn:][:Cs:][:Co:]]"); local
291 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings.
301 inOrder.addAll(unassigned).freeze();
303 UnicodeSet[] sets = { coreHan, otherHan, unassigned };
847 // Note: The root elements do not include Han-implicit or unassigned-implicit CEs,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 782 UChar32 unassigned = 0xEFFFD; local
856 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 98 int unassigned = 0xEFFFD; local
167 str = UCharacter.toString(unassigned);
CollationTest.java 289 UnicodeSet unassigned = new UnicodeSet("[[:Cn:][:Cs:][:Co:]]"); local
290 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings.
300 inOrder.addAll(unassigned).freeze();
302 UnicodeSet[] sets = { coreHan, otherHan, unassigned };
846 // Note: The root elements do not include Han-implicit or unassigned-implicit CEs,
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 668 * Ignorable actions are unassigned/illegal/state-change-only:
4575 private final boolean unassigned(CharBuffer source, ByteBuffer target, IntBuffer offsets, SideEffects x, method in class:CharsetMBCS.CharsetEncoderMBCS
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.6-beta-2-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.6-beta-2-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 

Completed in 783 milliseconds

1 2