Home | History | Annotate | Download | only in genrb

Lines Matching defs:note

427     UChar* note = NULL;
436 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
440 uprv_free(note);
444 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
446 uprv_free(note);
451 print(note, noteLen,"<note>", "</note>", status);
454 uprv_free(note);