Home | History | Annotate | Download | only in common

Lines Matching refs:unicodeBuffer

705         UChar *unicodeBuffer=fromPunycode.getBuffer(-1);  // capacity==-1: most labels should fit
706 if(unicodeBuffer==NULL) {
713 unicodeBuffer, fromPunycode.getCapacity(),
717 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
718 if(unicodeBuffer==NULL) {
724 unicodeBuffer, fromPunycode.getCapacity(),