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

/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c102 char *end1 = NULL; local
108 if ((s1 != NULL) && ((end1 = JLI_StrPBrk(s1, ".-_")) != NULL))
109 *end1 = '\0';
115 if (end1 != NULL)
116 s1 = end1 + 1;
142 char *end1 = NULL; local
148 if ((s1 != NULL) && ((end1 = JLI_StrPBrk(s1, separators)) != NULL))
149 *end1 = '\0';
160 if (end1 != NULL)
161 s1 = end1
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRE.java404 transient int end1; // Cache of start[1] field in class:RE
667 return end1;
750 end1 = i;
1358 end1 = -1;

Completed in 41 milliseconds