OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_encodestring
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
encoders.py
16
from quopri import encodestring as
_encodestring
namespace
22
enc =
_encodestring
(s, quotetabs=True)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
encoders.py
16
from quopri import encodestring as
_encodestring
namespace
22
enc =
_encodestring
(s, quotetabs=True)
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
158
# See XCObject.
_EncodeString
. This pattern is used to determine when a string
171
# XCObject.
_EncodeString
. See that function.
239
_encode_transforms: Used by
_EncodeString
to encode unprintable characters.
272
# See
_EncodeString
.
519
# This function works closely with
_EncodeString
. It will only be called
533
def
_EncodeString
(self, value):
606
printable += self.
_EncodeString
(value)
608
printable += self.
_EncodeString
(value.encode('utf-8'))
614
printable += self.
_EncodeString
('')
616
printable += self.
_EncodeString
(value[0]
[
all
...]
Completed in 3114 milliseconds