HomeSort by relevance Sort by last modified time
    Searched refs:is_ascii (Results 1 - 7 of 7) sorted by null

  /external/skia/src/ports/
SkOSFile_stdio.cpp 31 static bool is_ascii(const char* s) { function
41 if (is_ascii(utf8path)) {
  /external/pcre/dist2/src/
pcre2_jit_test.c 1101 int is_ascii; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 274 int is_ascii = 0; local
277 is_ascii = 1;
282 is_ascii = 0;
290 if (is_ascii) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 263 int is_ascii = 0; local
266 is_ascii = 1;
271 is_ascii = 0;
279 if (is_ascii) {
    [all...]
  /external/python/cpython3/Python/
fileutils.c 108 int is_ascii; local
146 is_ascii = 0;
149 is_ascii = 1;
153 if (!is_ascii) {
    [all...]
  /external/v8/tools/
grokdump.py 128 is_ascii = reader.IsProbableASCIIRegion(location, size)
136 if is_ascii is not False:
160 if is_executable is not True and is_ascii is not True:
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 1227 int is_sharing, is_ascii; local
    [all...]

Completed in 671 milliseconds