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

/external/icu4c/test/intltest/
H A Dnptrans.h38 UnicodeSet unassigned; member in class:NamePrepTransform
76 * If TRUE unassigned values are treated as normal Unicode code point.
97 * If TRUE unassigned values are treated as normal Unicode code point.
H A Dtestidn.cpp112 /* process unassigned */
124 /* process unassigned */
283 int32_t unassigned = 0; local
299 unassigned++;
315 test.logln("Number of Unassinged code points : %i \n",unassigned);
H A Dapicoll.cpp1310 UChar32 unassigned = 0xEFFFD; local
1386 str.setTo(unassigned);
/external/junit/src/org/junit/experimental/theories/internal/
H A DAssignments.java29 List<ParameterSignature> unassigned, TestClass testClass) {
30 fUnassigned= unassigned;
80 ParameterSignature unassigned= nextUnassigned();
81 return getSupplier(unassigned).getValueSources(unassigned);
84 public ParameterSupplier getSupplier(ParameterSignature unassigned) argument
86 ParameterSupplier supplier= getAnnotatedSupplier(unassigned);
93 public ParameterSupplier getAnnotatedSupplier(ParameterSignature unassigned) argument
95 ParametersSuppliedBy annotation= unassigned
28 Assignments(List<PotentialAssignment> assigned, List<ParameterSignature> unassigned, TestClass testClass) argument
/external/icu4c/test/cintltst/
H A Dcitertst.c790 UChar32 unassigned = 0xEFFFD; local
864 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);

Completed in 765 milliseconds