Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dprscmnts.h41 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
Dprscmnts.cpp79 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status){ in removeCmtText() function
Dwrtxml.cpp511 src->fLength = removeCmtText(src->fChars, src->fLength, status); in printComments()