Searched defs:totalLen (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexp.java45 public int prefixLen, suffixLen, totalLen; field in class:Regexp
64 totalLen = s.length();
83 totalLen = prefixLen + suffixLen;
92 totalLen += mids[i].length();
109 return len == totalLen &&
111 if (len < totalLen)
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_CommonUtils.c136 int curr, len, totalLen, inVersionString; local
142 totalLen = strlen(ALSAVersionString);
146 while (curr < totalLen) {
H A DPLATFORM_API_LinuxOS_ALSA_CommonUtils.c136 int curr, len, totalLen, inVersionString; local
142 totalLen = strlen(ALSAVersionString);
146 while (curr < totalLen) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c416 int len1=0, len2=0, len3=0, totalLen=0, numDirs=0, local
434 totalLen = len1+len2+len3;
435 fontdirs = (char**)calloc(totalLen, sizeof(char*));

Completed in 1636 milliseconds