Home
last modified time | relevance | path

Searched refs:unicodeBuffer (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duts46.cpp689 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit in processLabel() local
690 if(unicodeBuffer==NULL) { in processLabel()
697 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()
701 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()
702 if(unicodeBuffer==NULL) { in processLabel()
708 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()