Home
last modified time | relevance | path

Searched defs:tstring (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_codecencodings_jp.py12 tstring = test_multibytecodec_support.load_teststring('shift_jis') variable in Test_CP932
28 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213') variable in Test_EUC_JISX0213
58 tstring = test_multibytecodec_support.load_teststring('euc_jp') variable in Test_EUC_JP_COMPAT
75 tstring = test_multibytecodec_support.load_teststring('shift_jis') variable in Test_SJIS_COMPAT
83 tstring = test_multibytecodec_support.load_teststring('shift_jisx0213') variable in Test_SJISX0213
Dtest_codecencodings_cn.py12 tstring = test_multibytecodec_support.load_teststring('gb2312') variable in Test_GB2312
25 tstring = test_multibytecodec_support.load_teststring('gbk') variable in Test_GBK
39 tstring = test_multibytecodec_support.load_teststring('gb18030') variable in Test_GB18030
54 tstring = test_multibytecodec_support.load_teststring('hz') variable in Test_HZ
Dtest_codecencodings_kr.py12 tstring = test_multibytecodec_support.load_teststring('cp949') variable in Test_CP949
24 tstring = test_multibytecodec_support.load_teststring('euc_kr') variable in Test_EUCKR
54 tstring = test_multibytecodec_support.load_teststring('johab') variable in Test_JOHAB
Dtest_codecencodings_iso2022.py16 tstring = test_multibytecodec_support.load_teststring('iso2022_jp') variable in Test_ISO2022_JP
23 tstring = test_multibytecodec_support.load_teststring('iso2022_jp') variable in Test_ISO2022_JP2
30 tstring = test_multibytecodec_support.load_teststring('iso2022_kr') variable in Test_ISO2022_KR
Dtest_codecencodings_hk.py12 tstring = test_multibytecodec_support.load_teststring('big5hkscs') variable in Test_Big5HKSCS
Dtest_codecencodings_tw.py12 tstring = test_multibytecodec_support.load_teststring('big5') variable in Test_Big5
Dtest_multibytecodec_support.py17 tstring = '' # string to test StreamReader variable in TestBase
/external/python/cpython2/Tools/i18n/
Dpygettext.py362 def __call__(self, ttype, tstring, stup, etup, line): argument
369 def __waiting(self, ttype, tstring, lineno): argument
388 def __suiteseen(self, ttype, tstring, lineno): argument
393 def __suitedocstring(self, ttype, tstring, lineno): argument
403 def __keywordseen(self, ttype, tstring, lineno): argument
411 def __openseen(self, ttype, tstring, lineno): argument
/external/tcpdump/
Dsmbutil.c730 const char *tstring; in smb_fdata1() local
/external/webrtc/webrtc/base/
Dproxydetect.cc193 typedef std::wstring tstring; typedef