Searched refs:noteLen (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 428 int32_t noteLen = 0; in printNoteElements() local 444 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements() 449 if(noteLen > 0){ in printNoteElements() 451 print(note, noteLen,"<note>", "</note>", status); in printNoteElements()
|