Searched defs:end2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c103 char *end2 = NULL; local
110 if ((s2 != NULL) && ((end2 = JLI_StrPBrk(s2, ".-_")) != NULL))
111 *end2 = '\0';
119 if (end2 != NULL)
120 s2 = end2 + 1;
143 char *end2 = NULL; local
150 if ((s2 != NULL) && ((end2 = JLI_StrPBrk(s2, separators)) != NULL))
151 *end2 = '\0';
164 if (end2 != NULL)
165 s2 = end2
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRE.java406 transient int end2; // Cache of start[2] field in class:RE
670 return end2;
754 end2 = i;
1360 end2 = -1;

Completed in 231 milliseconds