Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_sdltest.c1120 int nonAsciiCharacters; in sdltest_randomAsciiString() local
1157 int nonAsciiCharacters; in sdltest_randomAsciiStringWithMaximumLength() local
1210 int nonAsciiCharacters; in sdltest_randomAsciiStringOfSize() local
/third_party/typescript/src/compiler/
Dutilities.ts4090 const nonAsciiCharacters = /[^\u0000-\u007F]/g; constant