Home
last modified time | relevance | path

Searched refs:trueW (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/jscript/
H A Dbool.c63 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 Djson.c33 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 Djsutils.c760 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 Dwql.y652 static const WCHAR trueW[] = {'T','R','U','E'};
669 { trueW, ARRAY_SIZE(trueW), TK_TRUE },
H A Dtable.c165 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 Dquery.c186 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 Dlex.c87 static const WCHAR trueW[] = {'t','r','u','e',0}; variable
149 {trueW, tTRUE},
/reactos/dll/win32/propsys/
H A Dpropvar.c248 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 Dactctx.c2302 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()