Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Duts46.cpp699 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit in processLabel() local
700 if(unicodeBuffer==NULL) { in processLabel()
707 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()
711 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()
712 if(unicodeBuffer==NULL) { in processLabel()
718 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()
/external/icu/icu4c/source/common/
Duts46.cpp697 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit in processLabel() local
698 if(unicodeBuffer==NULL) { in processLabel()
705 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()
709 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()
710 if(unicodeBuffer==NULL) { in processLabel()
716 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()