Searched defs:unassigned (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnptrans.h40 UnicodeSet unassigned; member in class:NamePrepTransform
78 * If TRUE unassigned values are treated as normal Unicode code point.
99 * If TRUE unassigned values are treated as normal Unicode code point.
H A Dtestidn.cpp115 /* process unassigned */
128 /* process unassigned */
287 int32_t unassigned = 0; local
303 unassigned++;
319 test.logln("Number of Unassinged code points : %i \n",unassigned);
H A Dapicoll.cpp1274 UChar32 unassigned = 0xEFFFD; local
1350 str.setTo(unassigned);
/external/junit/src/main/java/org/junit/experimental/theories/internal/
H A DAssignments.java24 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();
78 List<PotentialAssignment> assignments = getSupplier(unassigned)
28 Assignments(List<PotentialAssignment> assigned, List<ParameterSignature> unassigned, TestClass clazz) argument
87 generateAssignmentsFromTypeAlone(ParameterSignature unassigned) argument
99 getSupplier(ParameterSignature unassigned) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c782 UChar32 unassigned = 0xEFFFD; local
856 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java668 * Ignorable actions are unassigned/illegal/state-change-only:
1703 /* set the error code for unassigned */
2330 } else /* unassigned sequences indicated with byteIndex>0 */{
2445 } else /* unassigned sequences indicated with byteIndex>0 */{
2599 } else /* unassigned sequences indicated with byteIndex>0 */{
2654 * @return U+fffe unassigned U+ffff illegal otherwise the Unicode code point
3067 * unassigned or a fallback that is not taken, the callback code must not save the new
3205 // unassigned:
3208 doloop = unassigned(source, target, offsets, x, flush, cr);
3375 * returns the number of bytes in *pValue: 1..4 the number of bytes in *pValue 0 unassigned (*pValu
4575 private final boolean unassigned(CharBuffer source, ByteBuffer target, IntBuffer offsets, SideEffects x, method in class:CharsetMBCS.CharsetEncoderMBCS
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 577 milliseconds