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

/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java1712 * @param targetCount count of the target string.
1716 char[] target, int targetOffset, int targetCount,
1719 return (targetCount == 0 ? sourceCount : -1);
1724 if (targetCount == 0) {
1729 int max = sourceOffset + (sourceCount - targetCount);
1740 int end = j + targetCount - 1;
1803 * @param targetCount count of the target string.
1807 char[] target, int targetOffset, int targetCount,
1813 int rightIndex = sourceCount - targetCount;
1821 if (targetCount
1715 indexOf(char[] source, int sourceOffset, int sourceCount, char[] target, int targetOffset, int targetCount, int fromIndex) argument
1806 lastIndexOf(char[] source, int sourceOffset, int sourceCount, char[] target, int targetOffset, int targetCount, int fromIndex) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1189 // int targetCount = target_object.length;
1191 // int targetCountLess1 = targetCount - 1;
1226 // } // using "i += targetCount;" and an "else i++;" causes a jump to jump.
1258 Node* targetCount = __ ConI(target_length); local

Completed in 49 milliseconds