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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp418 int32_t noteLen = 0; local
434 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
439 if(noteLen > 0){
441 print(note, noteLen,"<note>", "</note>", status);
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp428 int32_t noteLen = 0; local
444 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
449 if(noteLen > 0){
451 print(note, noteLen,"<note>", "</note>", status);

Completed in 161 milliseconds