OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsgcache
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c
423
const struct iso2022_designation *
dsgcache
= NULL;
local
500
if (
dsgcache
!= NULL &&
501
dsgcache
->mark == charset)
502
dsg =
dsgcache
;
512
dsgcache
= dsg;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c
423
const struct iso2022_designation *
dsgcache
= NULL;
local
500
if (
dsgcache
!= NULL &&
501
dsgcache
->mark == charset)
502
dsg =
dsgcache
;
512
dsgcache
= dsg;
[
all
...]
/external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c
423
const struct iso2022_designation *
dsgcache
= NULL;
local
500
if (
dsgcache
!= NULL &&
501
dsgcache
->mark == charset)
502
dsg =
dsgcache
;
512
dsgcache
= dsg;
[
all
...]
/external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c
424
const struct iso2022_designation *
dsgcache
= NULL;
local
502
if (
dsgcache
!= NULL &&
503
dsgcache
->mark == charset)
504
dsg =
dsgcache
;
516
dsgcache
= dsg;
[
all
...]
Completed in 791 milliseconds