Searched refs:b1String (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 202 UnicodeString b1String; in process() local 203 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE); in process() 210 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process() 211 b1String.releaseBuffer(b1Len); in process() 216 b1 = b1String.getBuffer(b1Len); in process() 218 … b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process() 219 b1String.releaseBuffer(b1Len); in process()
|