Searched refs:VAL_FALSE (Results 1 – 4 of 4) sorted by relevance
/external/cn-cbor/src/ |
D | cbor.h | 45 #define VAL_FALSE 20 macro 51 #define IB_FALSE (IB_PRIM | VAL_FALSE)
|
D | cn-cbor.c | 193 case VAL_FALSE: cb->type = CN_CBOR_FALSE; break; in decode_item()
|
/external/icu/icu4c/source/i18n/ |
D | erarules.cpp | 34 static const UChar VAL_FALSE[] = {0x66, 0x61, 0x6c, 0x73, 0x65}; // "false" variable 180 if (u_strncmp(val, VAL_FALSE, VAL_FALSE_LEN) == 0) { in createInstance()
|
/external/cronet/third_party/icu/source/i18n/ |
D | erarules.cpp | 34 static const UChar VAL_FALSE[] = {0x66, 0x61, 0x6c, 0x73, 0x65}; // "false" variable 180 if (u_strncmp(val, VAL_FALSE, VAL_FALSE_LEN) == 0) { in createInstance()
|