Lines Matching refs:unistr
47 unistr=*s; in next()
48 ensureCharsCapacity(unistr.length()+1, status); in next()
51 *resultLength=unistr.length(); in next()
53 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV); in next()
65 unistr=*s; in unext()
67 *resultLength=unistr.length(); in unext()
69 return unistr.getTerminatedBuffer(); in unext()
110 UChar *buffer=unistr.getBuffer(length+1); in setChars()
114 unistr.releaseBuffer(length); in setChars()
115 return &unistr; in setChars()
174 return &unistr.setTo(str, length); in snext()