Home
last modified time | relevance | path

Searched defs:cpSize (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/src/typescript/
Dstrings.ts168 const cpSize = Math.min(CustomTextDecoder.cpArrayMaxSize, input.length) constant
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/src/arkts/
Dstrings.ts176 const cpSize = Math.min(CustomTextDecoder.cpArrayMaxSize, input.length) constant