Lines Matching refs:unistr
45 unistr=*s; in next()
46 ensureCharsCapacity(unistr.length()+1, status); in next()
49 *resultLength=unistr.length(); in next()
51 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV); in next()
63 unistr=*s; in unext()
65 *resultLength=unistr.length(); in unext()
67 return unistr.getTerminatedBuffer(); in unext()
108 UChar *buffer=unistr.getBuffer(length+1); in setChars()
112 unistr.releaseBuffer(length); in setChars()
113 return &unistr; in setChars()
172 return &unistr.setTo(str, length); in snext()