Home
last modified time | relevance | path

Searched refs:dstLength (Results 1 – 1 of 1) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java1099 int dstLength = dst.length(); in makeName() local
1100 if (dstLength == 0 || dst.charAt(dstLength - 1) == ':') dst.append('_'); in makeName()