Home | History | Annotate | Download | only in stringprep

Lines Matching refs:tempStr

253                 String tempStr = null;
258 while ((tempStr = in.readLine()) != null) {
261 if ("=====".equals(tempStr))
267 if ("".equals(tempStr)) {
275 int postion = tempStr.indexOf(":");
277 attr = tempStr.substring(0, postion).trim();
278 body = tempStr.substring(postion + 1).trim();
285 tempStr = in.readLine();
286 body += tempStr;
293 if ("=====".equals(tempStr)) {