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()
66 *resultLength=unistr.length(); in unext()
68 return unistr.getTerminatedBuffer(); in unext()
103 UChar *buffer=unistr.getBuffer(length+1); in setChars()
107 unistr.releaseBuffer(length); in setChars()
108 return &unistr; in setChars()
147 return &unistr.setTo(str, length); in snext()