Searched refs:noteLen (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 609 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/ |
D | wrtxml.cpp | 433 int32_t noteLen = 0; in printNoteElements() local 449 noteLen = getAt(src->fChars,src->fLength, ¬e, 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/ |
D | ICUResourceWriter.java | 72 int noteLen = 0; field in ICUResourceWriter.Resource 274 if (comment != null || translate != null || noteLen > 0) { in writeComments()
|