Searched defs:targetOffset (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/jdk/src/share/classes/java/lang/ |
| H A D | String.java | 1711 * @param targetOffset offset of the target string. 1716 char[] target, int targetOffset, int targetCount, 1728 char first = target[targetOffset]; 1741 for (int k = targetOffset + 1; j < end && source[j] 1802 * @param targetOffset offset of the target string. 1807 char[] target, int targetOffset, int targetCount, 1825 int strLastIndex = targetOffset + targetCount - 1; 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
|
| /openjdk7/jdk/src/share/classes/javax/swing/text/ |
| H A D | AsyncBoxView.java | 956 float targetOffset = (axis == X_AXIS) ? 958 int index = getViewIndexAtVisualOffset(targetOffset); 1017 float targetOffset = (axis == X_AXIS) ? x - lastAlloc.x : y - lastAlloc.y; 1018 int index = getViewIndexAtVisualOffset(targetOffset); 1069 * location (targetOffset), or -1 if no view represents 1072 protected int getViewIndexAtVisualOffset(float targetOffset) { argument 1080 if (targetOffset > majorSpan) { 1088 } else if (targetOffset > lastValidOffset.getMajorOffset()) { 1090 return updateChildOffsets(targetOffset); 1098 if (targetOffset < nextOff 1112 updateChildOffsets(float targetOffset) argument [all...] |
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | library_call.cpp | 1185 // int targetOffset, int cache_i, int md2) { 1211 // if (target[targetOffset + j] != source[i+j]) { 1260 Node* targetOffset = __ ConI(targetOffset_i); local 1274 Node* tpj = __ AddI(targetOffset, __ value(j));
|
Completed in 49 milliseconds