OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FcLangSet
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/fontconfig/dist/doc/
fclangset.fncs
23
@RET@
FcLangSet
*
28
<function>FcLangSetCreate</function> creates a new
FcLangSet
object.
33
@TYPE1@
FcLangSet
* @ARG1@ ls
36
<function>FcLangSetDestroy</function> destroys a
FcLangSet
object, freeing
40
@RET@
FcLangSet
*
42
@TYPE1@ const
FcLangSet
* @ARG1@ ls
45
<function>FcLangSetCopy</function> creates a new
FcLangSet
object and
51
@TYPE1@
FcLangSet
* @ARG1@ ls
63
@TYPE1@
FcLangSet
* @ARG1@ ls
74
@RET@
FcLangSet
*
[
all
...]
fcformat.fncs
173
has only one value in the pattern, and that value is of type
FcLangSet
, the
/xsrc/external/mit/fontconfig/dist/src/
fclang.c
52
FcLangSetBitSet (
FcLangSet
*ls,
66
FcLangSetBitGet (const
FcLangSet
*ls,
80
FcLangSetBitReset (
FcLangSet
*ls,
93
FcLangSet
*
100
FcLangSet
*ls;
471
FcLangSet
*
474
FcLangSet
*ls;
476
ls = malloc (sizeof (
FcLangSet
));
486
FcLangSetDestroy (
FcLangSet
*ls)
496
FcLangSet
*
[
all
...]
fcint.h
190
#define FcValueLangSet(v) FcPointerMember(v,u.l,const
FcLangSet
)
290
FcLangSet
*lval;
792
FcLangSetSerializeAlloc (FcSerialize *serialize, const
FcLangSet
*l);
794
FcPrivate
FcLangSet
*
795
FcLangSetSerialize(FcSerialize *serialize, const
FcLangSet
*l);
874
FcLangSetPrint (const
FcLangSet
*ls);
1010
FcPrivate
FcLangSet
*
1017
FcPrivate
FcLangSet
*
1020
FcPrivate
FcLangSet
*
1024
FcNameUnparseLangSet (FcStrBuf *buf, const
FcLangSet
*ls)
[
all
...]
fcpat.c
58
FcLangSetDestroy ((
FcLangSet
*) v.u.l);
920
FcPatternObjectAddLangSet (FcPattern *p, FcObject object, const
FcLangSet
*ls)
925
v.u.l = (
FcLangSet
*)ls;
930
FcPatternAddLangSet (FcPattern *p, const char *object, const
FcLangSet
*ls)
1141
FcPatternGetLangSet(const FcPattern *p, const char *object, int id,
FcLangSet
**ls)
1151
*ls = (
FcLangSet
*)v.u.l;
1545
FcLangSet
*l_serialized;
1603
FcLangSet
);
fcdbg.c
140
FcLangSetPrint (const
FcLangSet
*ls)
fccfg.c
1147
const
FcLangSet
*l = FcValueLangSet (left_o);
1148
const
FcLangSet
*r = FcValueLangSet (right_o);
1991
FcLangSet
*lsund = FcLangSetCreate ();
2009
FcLangSet
*ls = FcLangSetCreate ();
fcformat.c
601
/* If we have one element and it's of type
FcLangSet
, we want
606
FcLangSet
*langset;
fcfreetype.c
1206
FcLangSet
**ls_share,
1219
FcLangSet
*ls;
2324
FcLangSet
*ls = NULL;
fcxml.c
226
FcExprCreateLangSet (FcConfig *config,
FcLangSet
*langset)
565
FcLangSet
*langset;
968
FcVStackPushLangSet (FcConfigParse *parse,
FcLangSet
*langset)
1817
FcLangSet
*langset = FcLangSetCreate ();
/xsrc/external/mit/fontconfig/dist/fontconfig/
fontconfig.h
261
typedef struct _FcLangSet
FcLangSet
;
275
const
FcLangSet
*l;
675
FcPublic
FcLangSet
*
679
FcLangSetDestroy (
FcLangSet
*ls);
681
FcPublic
FcLangSet
*
682
FcLangSetCopy (const
FcLangSet
*ls);
685
FcLangSetAdd (
FcLangSet
*ls, const FcChar8 *lang);
688
FcLangSetDel (
FcLangSet
*ls, const FcChar8 *lang);
691
FcLangSetHasLang (const
FcLangSet
*ls, const FcChar8 *lang);
694
FcLangSetCompare (const
FcLangSet
*lsa, const FcLangSet *lsb)
[
all
...]
fcprivate.h
78
__v__.u.l = va_arg (va, const
FcLangSet
*); \
/xsrc/external/mit/fontconfig/dist/test/
test-bz131804.c
31
FcLangSet
*ls1, *ls2;
test-conf.c
184
FcLangSet
* ls = FcLangSetCreate ();
/xsrc/external/mit/fontconfig/include/
fcint.h
207
#define FcValueLangSet(v) FcPointerMember(v,u.l,const
FcLangSet
)
307
FcLangSet
*lval;
809
FcLangSetSerializeAlloc (FcSerialize *serialize, const
FcLangSet
*l);
811
FcPrivate
FcLangSet
*
812
FcLangSetSerialize(FcSerialize *serialize, const
FcLangSet
*l);
891
FcLangSetPrint (const
FcLangSet
*ls);
1027
FcPrivate
FcLangSet
*
1034
FcPrivate
FcLangSet
*
1037
FcPrivate
FcLangSet
*
1041
FcNameUnparseLangSet (FcStrBuf *buf, const
FcLangSet
*ls)
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026