Home
last modified time | relevance | path

Searched refs:noteLen (Results 1 – 3 of 3) 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.cpp433 int32_t noteLen = 0; in printNoteElements() local
449 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status); in printNoteElements()
454 if(noteLen > 0){ in printNoteElements()
456 print(note, noteLen,"<note>", "</note>", status); in printNoteElements()
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java72 int noteLen = 0; field in ICUResourceWriter.Resource
274 if (comment != null || translate != null || noteLen > 0) { in writeComments()