Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.cc12 const unsigned short kMaxUniStrSize = 0xfffc; variable
18 if (length > kMaxUniStrSize) { in InitStringUnicode()