Searched refs:equalsIndex (Results 1 – 6 of 6) sorted by relevance
71 int equalsIndex = decl.indexOf('='); in extractAttribute() local72 if ( equalsIndex>0 ) { in extractAttribute()74 this.initValue = decl.substring(equalsIndex+1,decl.length()); in extractAttribute()75 rightEdgeOfDeclarator = equalsIndex-1; in extractAttribute()
230 int equalsIndex = field.indexOf("="); in getExpiration() local232 if (equalsIndex < 0) { in getExpiration()236 String date = field.substring(equalsIndex + 1); in getExpiration()265 int equalsIndex = cookie.indexOf("="); in Cookie() local266 if (equalsIndex >= 0) { in Cookie()267 mName = cookie.substring(0, equalsIndex); in Cookie()268 mValue = cookie.substring(equalsIndex + 1); in Cookie()
292 final int equalsIndex = name.indexOf('='); in parseLongOption() local293 if (equalsIndex != -1) { in parseLongOption()294 value = name.substring(equalsIndex + 1); in parseLongOption()295 name = name.substring(0, equalsIndex); in parseLongOption()
354 int equalsIndex = name.indexOf('='); in parseLongOption() local355 if (equalsIndex != -1) { in parseLongOption()356 value = name.substring(equalsIndex + 1); in parseLongOption()357 name = name.substring(0, equalsIndex); in parseLongOption()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
META-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...