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

/external/chromium_org/third_party/icu/source/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.cpp113 /* process unassigned */
126 /* process unassigned */
285 int32_t unassigned = 0; local
301 unassigned++;
317 test.logln("Number of Unassinged code points : %i \n",unassigned);
H A Dapicoll.cpp1303 UChar32 unassigned = 0xEFFFD; local
1379 str.setTo(unassigned);
/external/icu/icu4c/source/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.cpp113 /* process unassigned */
126 /* process unassigned */
285 int32_t unassigned = 0; local
301 unassigned++;
317 test.logln("Number of Unassinged code points : %i \n",unassigned);
H A Dapicoll.cpp1288 UChar32 unassigned = 0xEFFFD; local
1364 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/icu/icu4c/source/test/cintltst/
H A Dcitertst.c780 UChar32 unassigned = 0xEFFFD; local
854 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c790 UChar32 unassigned = 0xEFFFD; local
864 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
/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/ ...

Completed in 282 milliseconds