Searched refs:trailChar (Results 1 – 1 of 1) sorted by relevance
1165 char trailChar = sbuffer.charAt(sbuffer.length() - 1); in toKeywordValueString() local1166 if (trailChar == ' ' || trailChar == '\n') { in toKeywordValueString()