awStrstrUC
charUC* awStrstrUC(
charUC *st1,
charUC *st2)
st1 | The Unicode string to be searched. |
st2 | The Unicode string to be concatenated onto dest. |
Locates the first occurrence of the null-terminated Unicode string st2 in the null-terminated Unicode string st1.
Returns a pointer to st1 if st2 is empty. Returns a NULL pointer if st2 does not occur in st1. In all other cases, returns a pointer to the first character of the first occurrence of st2 within st1.