Home
last modified time | relevance | path

Searched defs:currentChar (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DScan.h255 size_t currentChar; variable
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java185 char currentChar = getMappedChar(keyChar); in handleKeyTyped() local
/third_party/typescript/src/compiler/
Dscanner.ts706 const currentChar = text.charCodeAt(pos); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts4377 const currentChar = content.charAt(i); constant