Searched refs:Substring (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSubstring.java29 public class Substring { class
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp43 Substring = Prefix | Suffix, enumerator in enum:MethodMatcher::Mode
91 if (mode == Suffix || mode == Substring || mode == Any) {
97 if (mode == Prefix || mode == Substring) {
162 case Substring:
724 c_match = MethodMatcher::Substring;

Completed in 28 milliseconds