Lines Matching full:strings
104 * uenum_next() or uenum_unext(). When all strings have been
137 * uenum_next() or uenum_unext(). When all strings have been
175 * Given an array of const UChar* strings, return a UEnumeration. String pointers from 0..count-1 must not be null.
178 * @param strings array of const UChar* strings (each null terminated). All storage is owned by the caller.
186 uenum_openUCharStringsEnumeration(const UChar* const strings[], int32_t count,
192 * Given an array of const char* strings (invariant chars only), return a UEnumeration. String pointers from 0..count-1 must not be null.
195 * @param strings array of char* strings (each null terminated). All storage is owned by the caller.
203 uenum_openCharStringsEnumeration(const char* const strings[], int32_t count,