Lines Matching full:resultlength
101 * are no more elements, returns NULL. If the resultLength pointer
104 * status is returned, the value at resultLength is undefined.</p>
124 * @param resultLength a pointer to receive the length, can be NULL.
129 virtual const char* next(int32_t *resultLength, UErrorCode& status);
133 * are no more elements, returns NULL. If the resultLength pointer
136 * status is returned, the value at resultLength is undefined.</p>
149 * @param resultLength a ponter to receive the length, can be NULL.
154 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
258 * int32_t resultLength=0;
259 * const char *s=next(&resultLength, status);
260 * return setChars(s, resultLength, status);