Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp503 int32_t descLen = 0, transLen=0; in printComments() local
512 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status); in printComments()
534 if(descLen > 0){ in printComments()
536 print(desc, descLen, "<!--", "-->", status); in printComments()