Searched refs:unassigned (Results 1 - 16 of 16) sorted by relevance

/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/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 Dnptrans.cpp48 : unassigned(), prohibited(), labelSeparatorSet(){
77 //create the unassigned set
80 unassigned.applyPattern(UnicodeString(pattern, patternLen), status);
161 // check if unassigned
167 if(unassigned.contains(ch)){
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 Dnptrans.cpp48 : unassigned(), prohibited(), labelSeparatorSet(){
77 //create the unassigned set
80 unassigned.applyPattern(UnicodeString(pattern, patternLen), status);
161 // check if unassigned
167 if(unassigned.contains(ch)){
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 Dcollationtest.cpp212 UnicodeSet unassigned("[[:Cn:][:Cs:][:Co:]]", errorCode);
213 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings.
217 const UnicodeSet *sets[] = { &coreHan, &otherHan, &unassigned };
759 // Note: The root elements do not include Han-implicit or unassigned-implicit CEs,
1542 // compare(UTF-16) treats unpaired surrogates like unassigned code points.
H A Dapicoll.cpp1288 UChar32 unassigned = 0xEFFFD; local
1364 str.setTo(unassigned);
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c21 * - efficient distinction of unassigned vs. illegal byte sequences
152 * "unassigned" or "illegal" output.
202 * is stored as U+fffe (unassigned), and the fallback mapping needs to
205 * "Unassigned" state entries really mean "structurally unassigned",
233 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
239 * fffe unassigned -- look for a fallback for this offset
252 * fffe unassigned
257 * 6 unassigned byte sequence
277 * An encoding with contiguous ranges of unassigned byte sequences, like
281 * has "unassigned" an
[all...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.c21 * - efficient distinction of unassigned vs. illegal byte sequences
152 * "unassigned" or "illegal" output.
202 * is stored as U+fffe (unassigned), and the fallback mapping needs to
205 * "Unassigned" state entries really mean "structurally unassigned",
233 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
239 * fffe unassigned -- look for a fallback for this offset
252 * fffe unassigned
257 * 6 unassigned byte sequence
277 * An encoding with contiguous ranges of unassigned byte sequences, like
281 * has "unassigned" an
[all...]
/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 383 milliseconds