OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CC_RESERVED
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/layout/
KhmerReordering.h
67
CC_RESERVED
= 0,
TibetanReordering.h
84
CC_RESERVED
= 0, //Non Combining Characters
KhmerReordering.cpp
38
_xx = KhmerClassTable::
CC_RESERVED
,
101
// in which case we get _xx (
CC_RESERVED
) back
114
return
CC_RESERVED
;
TibetanReordering.cpp
39
_xx = TibetanClassTable::
CC_RESERVED
,
112
// (in which case we get its type back), or an unknown object in which case we get _xx (
CC_RESERVED
) back
116
return
CC_RESERVED
;
IndicReordering.h
25
#define
CC_RESERVED
0U
IndicReordering.cpp
678
case
CC_RESERVED
:
774
IndicClassTable::CharClass charClass =
CC_RESERVED
;
775
IndicClassTable::CharClass nextClass =
CC_RESERVED
;
[
all
...]
IndicClassTables.cpp
27
#define _xx (
CC_RESERVED
)
431
return
CC_RESERVED
;
Completed in 470 milliseconds