Home | History | Annotate | Download | only in unicode

Lines Matching refs:resultLength

103      * are no more elements, returns NULL.  If the resultLength pointer
106 * status is returned, the value at resultLength is undefined.</p>
126 * @param resultLength a pointer to receive the length, can be NULL.
131 virtual const char* next(int32_t *resultLength, UErrorCode& status);
135 * are no more elements, returns NULL. If the resultLength pointer
138 * status is returned, the value at resultLength is undefined.</p>
151 * @param resultLength a ponter to receive the length, can be NULL.
156 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status);
260 * int32_t resultLength=0;
261 * const char *s=next(&resultLength, status);
262 * return setChars(s, resultLength, status);