Searched refs:VAL_FALSE (Results 1 – 3 of 3) sorted by relevance
45 #define VAL_FALSE 20 macro51 #define IB_FALSE (IB_PRIM | VAL_FALSE)
178 case VAL_FALSE: cb->type = CN_CBOR_FALSE; break; in decode_item()
31 static const UChar VAL_FALSE[] = {0x66, 0x61, 0x6c, 0x73, 0x65}; // "false" variable177 if (u_strncmp(val, VAL_FALSE, VAL_FALSE_LEN) == 0) { in createInstance()