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, ¬e, capacity, i, UPC_NOTE, status);
434 uprv_free(note);
439 print(note, noteLen,"<note>", "</note>", status);
442 uprv_free(note);