HomeSort by relevance Sort by last modified time
    Searched refs:noteLen (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 609 int noteLen = 0;
650 if(comment!=null || ! translateIsDefault || noteLen > 0){
672 for(int i=0; i<noteLen; i++){
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 433 int32_t noteLen = 0;
449 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
454 if(noteLen > 0){
456 print(note, noteLen,"<note>", "</note>", status);
    [all...]

Completed in 61 milliseconds