Searched refs:dstLength (Results 1 – 1 of 1) sorted by relevance
1099 int dstLength = dst.length(); in makeName() local1100 if (dstLength == 0 || dst.charAt(dstLength - 1) == ':') dst.append('_'); in makeName()