Searched refs:btext (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/.travis/ |
D | check-sources.sh.py | 16 btext = test_file.read() 18 btext.decode(encoding=encoding, errors="strict") 19 if encoding == "utf-8" and btext.startswith(b'\xEF\xBB\xBF'): 22 LF = btext.count(b'\r') 23 CRLF = btext.count(b'\r\n')
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | MimeViewer.py | 46 self.btext = ScrolledText(self.frame, 52 self.btext.packing = {'expand': 1, 54 self.btext.insert('end', body) 56 self.btext = None 69 self.btext = None 85 for comp in self.htext, self.btext, self.pad: 94 for comp in self.htext, self.btext, self.pad:
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 695 char btext[kBBufMax], bexpect[kBBufMax]; in TestDataVariantsCompounds() local 696 u_austrncpy(btext, text, textLen); in TestDataVariantsCompounds() 698 …utrans_transUChars(%s),\n expect %s\n get %s\n", itemsPtr->transID, bexpect, btext); in TestDataVariantsCompounds()
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 3352 /\btype\b\W*?\btext\b\W*?\bjavascript\b/I 3354 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
|
D | testoutput2 | 11208 /\btype\b\W*?\btext\b\W*?\bjavascript\b/I 11215 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
|