OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U8_CANON_COMP
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
u8_textprep.h
67
*
U8_CANON_COMP
are not public interfaces and must not be used directly
76
#define
U8_CANON_COMP
(0x00000040)
79
#define U8_STRCMP_NFC (U8_CANON_DECOMP |
U8_CANON_COMP
)
81
#define U8_STRCMP_NFKC (U8_COMPAT_DECOMP |
U8_CANON_COMP
)
/src/external/cddl/osnet/dist/common/unicode/
u8_textprep.c
1750
canonical_composition = flag &
U8_CANON_COMP
;
1874
f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP |
U8_CANON_COMP
);
1945
f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP |
U8_CANON_COMP
);
2063
canonical_composition = flag &
U8_CANON_COMP
;
Completed in 22 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026