Home | History | Annotate | Download | only in common

Lines Matching refs:resultLength

90             int32_t* resultLength,
108 if (resultLength) {
109 *resultLength = len;
117 int32_t* resultLength,
122 const UChar *tempUCharVal = en->uNext(en, resultLength, status);
127 _getBuffer(en, (*resultLength+1) * sizeof(char));
132 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);
142 int32_t* resultLength,
149 return en->uNext(en, resultLength, status);
158 int32_t* resultLength,
165 if (resultLength != NULL) {
166 return en->next(en, resultLength, status);