Searched defs:tstring (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_codecencodings_jp.py | 13 tstring = test_multibytecodec_support.load_teststring('shift_jis') variable in Test_CP932 29 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213') variable in Test_EUC_JISX0213 59 tstring = test_multibytecodec_support.load_teststring('euc_jp') variable in Test_EUC_JP_COMPAT 76 tstring = test_multibytecodec_support.load_teststring('shift_jis') variable in Test_SJIS_COMPAT 84 tstring = test_multibytecodec_support.load_teststring('shift_jisx0213') variable in Test_SJISX0213
|
D | test_codecencodings_cn.py | 13 tstring = test_multibytecodec_support.load_teststring('gb2312') variable in Test_GB2312 26 tstring = test_multibytecodec_support.load_teststring('gbk') variable in Test_GBK 40 tstring = test_multibytecodec_support.load_teststring('gb18030') variable in Test_GB18030 55 tstring = test_multibytecodec_support.load_teststring('hz') variable in Test_HZ
|
D | test_codecencodings_kr.py | 13 tstring = test_multibytecodec_support.load_teststring('cp949') variable in Test_CP949 25 tstring = test_multibytecodec_support.load_teststring('euc_kr') variable in Test_EUCKR 55 tstring = test_multibytecodec_support.load_teststring('johab') variable in Test_JOHAB
|
D | test_codecencodings_hk.py | 13 tstring = test_multibytecodec_support.load_teststring('big5hkscs') variable in Test_Big5HKSCS
|
D | test_codecencodings_tw.py | 13 tstring = test_multibytecodec_support.load_teststring('big5') variable in Test_Big5
|
D | test_multibytecodec_support.py | 19 tstring = '' # string to test StreamReader variable in TestBase
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
D | pygettext.py | 363 def __call__(self, ttype, tstring, stup, etup, line): argument 370 def __waiting(self, ttype, tstring, lineno): argument 389 def __suiteseen(self, ttype, tstring, lineno): argument 394 def __suitedocstring(self, ttype, tstring, lineno): argument 404 def __keywordseen(self, ttype, tstring, lineno): argument 412 def __openseen(self, ttype, tstring, lineno): argument
|