Home
last modified time | relevance | path

Searched defs:currentChar (Results 1 – 5 of 5) 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/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DJSON.kt351 var currentChar: Byte = 0 in readString() variable
/third_party/typescript/src/compiler/
Dscanner.ts683 const currentChar = text.charCodeAt(pos); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts4284 const currentChar = content.charAt(i); constant