OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aliases_end
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/
unicodedata.c
938
#define IS_ALIAS(cp) ((cp >= aliases_start) && (cp <
aliases_end
))
[
all
...]
unicodename_db.h
27455
static const unsigned int
aliases_end
= 0xf01d4;
variable
[
all
...]
Completed in 666 milliseconds