Searched refs:Before (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java128 testCodePoint(Before, sb, 1, golden2[0][i]);
129 testCodePoint(Before, sb, 13, golden2[1][i]);
130 testCodePoint(Before, sb, sb.length(), golden2[2][i]);
135 testCodePoint(Before, sb, 0);
136 testCodePoint(Before, sb, sb.length()+1);
309 static final boolean At = true, Before = false; field in class:Supplementary
315 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
329 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java128 testCodePoint(Before, sb, 1, golden2[0][i]);
129 testCodePoint(Before, sb, 13, golden2[1][i]);
130 testCodePoint(Before, sb, sb.length(), golden2[2][i]);
135 testCodePoint(Before, sb, 0);
136 testCodePoint(Before, sb, sb.length()+1);
309 static final boolean At = true, Before = false; field in class:Supplementary
315 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
329 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java147 testCodePoint(Before, s, 1, golden2[0][i]);
148 testCodePoint(Before, s, 13, golden2[1][i]);
149 testCodePoint(Before, s, s.length(), golden2[2][i]);
150 testCodePoint(Before, s.substring(1), 1, golden2[3][i]);
155 testCodePoint(Before, s, 0);
156 testCodePoint(Before, s, s.length()+1);
541 static final boolean At = true, Before = false; field in class:Supplementary
548 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
562 "codePoint" + (isAt ? "At" : "Before") + "(" + index + ") for <"
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c256 cmsUInt32Number DirectoryPos, CurrentPos, Before; local
279 Before = io ->Tell(io);
280 ElementOffsets[i] = Before - BaseOffset;
286 ElementSizes[i] = io ->Tell(io) - Before;
4470 cmsUInt32Number *ElementOffsets = NULL, *ElementSizes = NULL, Before; local
4522 Before = io ->Tell(io);
4526 ElementSizes[i] = io ->Tell(io) - Before;
5008 cmsUInt32Number Before = io ->Tell(io); local
5011 e ->Offsets[i] = Before - BaseOffset;
5022 e ->Sizes[i] = io ->Tell(io) - Before;
5047 cmsUInt32Number Before; local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java1057 * Before a match is attempted, all strings of white space in the public
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodTypeTest.java56 @Before

Completed in 66 milliseconds