Home | History | Annotate | Download | only in genrb

Lines Matching full:note

415     UChar* note = NULL;
424 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
428 uprv_free(note);
432 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
434 uprv_free(note);
439 print(note, noteLen,"<note>", "</note>", status);
442 uprv_free(note);