Home
last modified time | relevance | path

Searched refs:VAL_FALSE (Results 1 – 3 of 3) sorted by relevance

/external/cn-cbor/src/
Dcbor.h45 #define VAL_FALSE 20 macro
51 #define IB_FALSE (IB_PRIM | VAL_FALSE)
Dcn-cbor.c178 case VAL_FALSE: cb->type = CN_CBOR_FALSE; break; in decode_item()
/external/icu/icu4c/source/i18n/
Derarules.cpp31 static const UChar VAL_FALSE[] = {0x66, 0x61, 0x6c, 0x73, 0x65}; // "false" variable
177 if (u_strncmp(val, VAL_FALSE, VAL_FALSE_LEN) == 0) { in createInstance()