OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flagsType
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/tools/toolutil/
ucm.c
558
if(base->
flagsType
&UCM_FLAGS_IMPLICIT) {
562
if(ext->
flagsType
&UCM_FLAGS_IMPLICIT) {
904
table->
flagsType
=0;
996
/* set
flagsType
*/
998
table->
flagsType
|=UCM_FLAGS_IMPLICIT;
1000
table->
flagsType
|=UCM_FLAGS_EXPLICIT;
[
all
...]
ucm.h
59
/* constants for UCMTable.
flagsType
*/
81
int8_t
flagsType
; /* UCM_FLAGS_INITIAL etc. */
/external/icu4c/tools/makeconv/
makeconv.c
626
if(data->ucm->base->
flagsType
==UCM_FLAGS_MIXED || data->ucm->ext->
flagsType
==UCM_FLAGS_MIXED) {
682
} else if(data->ucm->base->
flagsType
&UCM_FLAGS_EXPLICIT) {
genmbcs.c
[
all
...]
Completed in 81 milliseconds