Searched refs:STRING_EMPTY (Results 1 – 2 of 2) sorted by relevance
355 #define STRING_EMPTY(str) ((str) -> b == (str) -> p) macro356 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \358 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))3544 if (!STRING_EMPTY (result)) in demangle_qualified()3691 if (!STRING_EMPTY (&decl) in do_type()3731 if (!STRING_EMPTY (&decl) in do_type()3864 if (!STRING_EMPTY (&decl)) in do_type()3936 if (!STRING_EMPTY (&decl)) in do_type()3990 if (!STRING_EMPTY (result)) in demangle_fund_type()
101 private static final int STRING_EMPTY = 31; field in InstructionSequenceConstants3869 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_EMPTY),4537 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_EMPTY),