Home
last modified time | relevance | path

Searched refs:ckeys (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
DgenUnicode.py190 ckeys = Categories.keys() variable
191 ckeys.sort()
292 for name in ckeys:
304 for name in ckeys:
414 for name in ckeys:
/external/python/cpython2/Lib/
Dmailcap.py242 ckeys = caps.keys()
243 ckeys.sort()
244 for type in ckeys:
/external/python/cpython3/Lib/
Dmailcap.py264 ckeys = sorted(caps)
265 for type in ckeys: