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.java609 int noteLen = 0; field in XLIFF2ICUConverter.Resource
650 if(comment!=null || ! translateIsDefault || noteLen > 0){ in writeComments()
672 for(int i=0; i<noteLen; i++){ in writeComments()
843 currentSource.note[currentSource.noteLen++] = in parseResourceString()
844 currentTarget.note[currentTarget.noteLen++] = in parseResourceString()
877 currentSource.note[currentSource.noteLen++] = in parseResourceInt()
878 currentTarget.note[currentTarget.noteLen++] = in parseResourceInt()
911 currentSource.note[currentSource.noteLen++] = in parseResourceAlias()
912 currentTarget.note[currentTarget.noteLen++] = in parseResourceAlias()
941 currentSource.note[currentSource.noteLen++] = in parseResourceBinary()
[all …]
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp430 int32_t noteLen = 0; in printNoteElements() local
446 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status); in printNoteElements()
451 if(noteLen > 0){ in printNoteElements()
453 print(note, noteLen,"<note>", "</note>", status); in printNoteElements()