Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java607 int noteLen = 0; field in XLIFF2ICUConverter.Resource
648 if(comment!=null || ! translateIsDefault || noteLen > 0){ in writeComments()
670 for(int i=0; i<noteLen; i++){ in writeComments()
841 currentSource.note[currentSource.noteLen++] = in parseResourceString()
842 currentTarget.note[currentTarget.noteLen++] = in parseResourceString()
875 currentSource.note[currentSource.noteLen++] = in parseResourceInt()
876 currentTarget.note[currentTarget.noteLen++] = in parseResourceInt()
909 currentSource.note[currentSource.noteLen++] = in parseResourceAlias()
910 currentTarget.note[currentTarget.noteLen++] = in parseResourceAlias()
939 currentSource.note[currentSource.noteLen++] = in parseResourceBinary()
[all …]
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp428 int32_t noteLen = 0; in printNoteElements() local
444 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status); in printNoteElements()
449 if(noteLen > 0){ in printNoteElements()
451 print(note, noteLen,"<note>", "</note>", status); in printNoteElements()