Merge branch 'upstream' into tizen
[platform/upstream/fontconfig.git] / doc / FcStrStr.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcStrStr" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcStrStr \- locate UTF-8 substring
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcChar8 * FcStrStr (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns the location of \fIs2\fR in
14 \fIs1\fR\&. Returns NULL if \fIs2\fR
15 is not present in \fIs1\fR\&. This test will operate properly
16 with UTF8 encoded strings.