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_DECOMP
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
u8_textprep.h
66
* Among the macros defined,
U8_CANON_DECOMP
, U8_COMPAT_DECOMP, and
74
#define
U8_CANON_DECOMP
(0x00000010)
78
#define U8_STRCMP_NFD (
U8_CANON_DECOMP
)
79
#define U8_STRCMP_NFC (
U8_CANON_DECOMP
| U8_CANON_COMP)
/src/external/cddl/osnet/dist/common/unicode/
u8_textprep.c
1748
canonical_decomposition = flag &
U8_CANON_DECOMP
;
1874
f = flag & (
U8_CANON_DECOMP
| U8_COMPAT_DECOMP | U8_CANON_COMP);
1945
f = flag & (
U8_CANON_DECOMP
| U8_COMPAT_DECOMP | U8_CANON_COMP);
2061
canonical_decomposition = flag &
U8_CANON_DECOMP
;
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026