OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ufffe
(Results
51 - 75
of
136
) sorted by null
1
2
3
4
5
6
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp1254.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
189
u'\
ufffe
' # 0x8D -> UNDEFINED
190
u'\
ufffe
' # 0x8E -> UNDEFINED
191
u'\
ufffe
' # 0x8F -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
205
u'\
ufffe
' # 0x9D -> UNDEFINED
206
u'\
ufffe
' # 0x9E -> UNDEFINED
iso8859_3.py
213
u'\
ufffe
'
222
u'\
ufffe
'
238
u'\
ufffe
'
243
u'\
ufffe
'
256
u'\
ufffe
'
275
u'\
ufffe
'
288
u'\
ufffe
'
cp1250.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
179
u'\
ufffe
' # 0x83 -> UNDEFINED
184
u'\
ufffe
' # 0x88 -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
200
u'\
ufffe
' # 0x98 -> UNDEFINED
cp1252.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
189
u'\
ufffe
' # 0x8D -> UNDEFINED
191
u'\
ufffe
' # 0x8F -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
205
u'\
ufffe
' # 0x9D -> UNDEFINED
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp1254.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
189
u'\
ufffe
' # 0x8D -> UNDEFINED
190
u'\
ufffe
' # 0x8E -> UNDEFINED
191
u'\
ufffe
' # 0x8F -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
205
u'\
ufffe
' # 0x9D -> UNDEFINED
206
u'\
ufffe
' # 0x9E -> UNDEFINED
iso8859_3.py
213
u'\
ufffe
'
222
u'\
ufffe
'
238
u'\
ufffe
'
243
u'\
ufffe
'
256
u'\
ufffe
'
275
u'\
ufffe
'
288
u'\
ufffe
'
cp1250.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
179
u'\
ufffe
' # 0x83 -> UNDEFINED
184
u'\
ufffe
' # 0x88 -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
200
u'\
ufffe
' # 0x98 -> UNDEFINED
cp1252.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
189
u'\
ufffe
' # 0x8D -> UNDEFINED
191
u'\
ufffe
' # 0x8F -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
205
u'\
ufffe
' # 0x9D -> UNDEFINED
/external/icu/icu4c/source/test/testdata/
testtypes.txt
67
"\U00100000-\U0010FFFD \uFDD0-\uFDEF \
uFFFE
-\uFFFF \U0001FFFE-\U0001FFFF \U0002FFFE-\U0002FFFF "
/external/v8/test/webkit/
regexp-non-character-expected.txt
39
PASS "y".match(/[\
uFFFE
]/) is null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_stringprep.py
54
self.assertFalse(in_table_c6(u"\
ufffe
"))
test_unicodedata.py
140
self.assertEqual(self.db.category(u'\
uFFFE
'), 'Cn')
149
self.assertEqual(self.db.bidirectional(u'\
uFFFE
'), '')
158
self.assertEqual(self.db.decomposition(u'\
uFFFE
'),'')
165
self.assertEqual(self.db.mirrored(u'\
uFFFE
'), 0)
174
self.assertEqual(self.db.combining(u'\
uFFFE
'), 0)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_stringprep.py
54
self.assertFalse(in_table_c6(u"\
ufffe
"))
test_unicodedata.py
140
self.assertEqual(self.db.category(u'\
uFFFE
'), 'Cn')
149
self.assertEqual(self.db.bidirectional(u'\
uFFFE
'), '')
158
self.assertEqual(self.db.decomposition(u'\
uFFFE
'),'')
165
self.assertEqual(self.db.mirrored(u'\
uFFFE
'), 0)
174
self.assertEqual(self.db.combining(u'\
uFFFE
'), 0)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_stringprep.py
54
self.assertFalse(in_table_c6(u"\
ufffe
"))
test_unicodedata.py
140
self.assertEqual(self.db.category(u'\
uFFFE
'), 'Cn')
149
self.assertEqual(self.db.bidirectional(u'\
uFFFE
'), '')
158
self.assertEqual(self.db.decomposition(u'\
uFFFE
'),'')
165
self.assertEqual(self.db.mirrored(u'\
uFFFE
'), 0)
174
self.assertEqual(self.db.combining(u'\
uFFFE
'), 0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_stringprep.py
54
self.assertFalse(in_table_c6(u"\
ufffe
"))
test_unicodedata.py
140
self.assertEqual(self.db.category(u'\
uFFFE
'), 'Cn')
149
self.assertEqual(self.db.bidirectional(u'\
uFFFE
'), '')
158
self.assertEqual(self.db.decomposition(u'\
uFFFE
'),'')
165
self.assertEqual(self.db.mirrored(u'\
uFFFE
'), 0)
174
self.assertEqual(self.db.combining(u'\
uFFFE
'), 0)
/external/guava/guava-tests/test/com/google/common/xml/
XmlEscapersTest.java
113
assertEscaping(xmlEscaper, "\uFFFD", '\
uFFFE
');
117
"[\uFFFD]", xmlEscaper.escape("[\
ufffe
]"));
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
cp1250.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
179
u'\
ufffe
' # 0x83 -> UNDEFINED
184
u'\
ufffe
' # 0x88 -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
200
u'\
ufffe
' # 0x98 -> UNDEFINED
cp1252.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
189
u'\
ufffe
' # 0x8D -> UNDEFINED
191
u'\
ufffe
' # 0x8F -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
205
u'\
ufffe
' # 0x9D -> UNDEFINED
cp869.py
309
u'\
ufffe
' # 0x0080 -> UNDEFINED
310
u'\
ufffe
' # 0x0081 -> UNDEFINED
311
u'\
ufffe
' # 0x0082 -> UNDEFINED
312
u'\
ufffe
' # 0x0083 -> UNDEFINED
313
u'\
ufffe
' # 0x0084 -> UNDEFINED
314
u'\
ufffe
' # 0x0085 -> UNDEFINED
316
u'\
ufffe
' # 0x0087 -> UNDEFINED
328
u'\
ufffe
' # 0x0093 -> UNDEFINED
329
u'\
ufffe
' # 0x0094 -> UNDEFINED
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
cp1250.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
179
u'\
ufffe
' # 0x83 -> UNDEFINED
184
u'\
ufffe
' # 0x88 -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
200
u'\
ufffe
' # 0x98 -> UNDEFINED
cp1252.py
177
u'\
ufffe
' # 0x81 -> UNDEFINED
189
u'\
ufffe
' # 0x8D -> UNDEFINED
191
u'\
ufffe
' # 0x8F -> UNDEFINED
192
u'\
ufffe
' # 0x90 -> UNDEFINED
205
u'\
ufffe
' # 0x9D -> UNDEFINED
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_char/
Test_int_to_char.java
47
assertEquals('\
ufffe
', t.run(-2));
Completed in 367 milliseconds
1
2
3
4
5
6