Searched refs:InitStringUnicode (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | policy_engine_opcodes.cc | 14 bool InitStringUnicode(const wchar_t* source, size_t length, in InitStringUnicode() function 317 InitStringUnicode(match_str, match_len, &match_ustr); in OpcodeEval() 319 InitStringUnicode(source_str, match_len, &source_ustr); in OpcodeEval() 331 InitStringUnicode(match_str, match_len, &match_ustr); in OpcodeEval() 333 InitStringUnicode(source_str, match_len, &source_ustr); in OpcodeEval()
|