Searched refs:trueW (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | bool.c | 63 static const WCHAR trueW[] = {'t','r','u','e',0}; in Bool_toString() local 74 val = jsstr_alloc(bool->val ? trueW : falseW); in Bool_toString()
|
H A D | json.c | 33 static const WCHAR trueW[] = {'t','r','u','e',0}; variable 120 if(!is_keyword(ctx, trueW)) in parse_json_value() 692 if(!append_string(ctx, get_bool(value) ? trueW : falseW)) in stringify()
|
H A D | jsutils.c | 760 static const WCHAR trueW[] = {'t','r','u','e',0}; in to_string() local 788 *str = jsstr_alloc(get_bool(val) ? trueW : falseW); in to_string()
|
/reactos/dll/win32/wbemprox/ |
H A D | wql.y | 652 static const WCHAR trueW[] = {'T','R','U','E'}; 669 { trueW, ARRAY_SIZE(trueW), TK_TRUE },
|
H A D | table.c | 165 static const WCHAR trueW[] = {'T','R','U','E',0}; in get_value_bstr() local 182 if (val) return SysAllocString( trueW ); in get_value_bstr()
|
H A D | query.c | 186 static const WCHAR trueW[] = {'T','r','u','e',0}; in eval_boolcmp() local 188 if (ltype == CIM_STRING) lval = !wcsicmp( (const WCHAR *)(INT_PTR)lval, trueW ) ? -1 : 0; in eval_boolcmp() 189 else if (rtype == CIM_STRING) rval = !wcsicmp( (const WCHAR *)(INT_PTR)rval, trueW ) ? -1 : 0; in eval_boolcmp()
|
/reactos/dll/win32/vbscript/ |
H A D | lex.c | 87 static const WCHAR trueW[] = {'t','r','u','e',0}; variable 149 {trueW, tTRUE},
|
/reactos/dll/win32/propsys/ |
H A D | propvar.c | 248 static const WCHAR trueW[] = {'t','r','u','e',0}; in PropVariantToBoolean() local 270 if (!lstrcmpiW(propvarIn->u.pwszVal, trueW) || !lstrcmpW(propvarIn->u.pwszVal, true2W)) in PropVariantToBoolean()
|
/reactos/sdk/lib/rtl/ |
H A D | actctx.c | 2302 static const WCHAR trueW[] = {'t','r','u','e',0}; in parse_dependent_assembly_elem() local 2305 ai.delayed = xmlstr_cmp(&attr.value, trueW); in parse_dependent_assembly_elem() 2635 static const WCHAR trueW[] = {'t','r','u','e',0}; in parse_requested_execution_level_elem() local 2661 else if (xmlstr_cmpi(&attr.value, trueW)) in parse_requested_execution_level_elem()
|