/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
buffer_tests.py | 37 self.assertFalse(self.marshal(b'').istitle()) 38 self.assertFalse(self.marshal(b'a').istitle()) 39 self.assertTrue(self.marshal(b'A').istitle()) 40 self.assertFalse(self.marshal(b'\n').istitle()) 41 self.assertTrue(self.marshal(b'A Titlecased Line').istitle()) 42 self.assertTrue(self.marshal(b'A\nTitlecased Line').istitle()) 43 self.assertTrue(self.marshal(b'A Titlecased, Line').istitle()) 44 self.assertFalse(self.marshal(b'Not a capitalized String').istitle()) 45 self.assertFalse(self.marshal(b'Not\ta Titlecase String').istitle()) 46 self.assertFalse(self.marshal(b'Not--a Titlecase String').istitle()) [all...] |
test_bool.py | 218 self.assertIs("X".istitle(), True) 219 self.assertIs("x".istitle(), False) 242 self.assertIs(unicode("X", 'ascii').istitle(), True) 243 self.assertIs(unicode("x", 'ascii').istitle(), False)
|
string_tests.py | [all...] |
test_unicodedata.py | 38 u"01"[char.istitle()], 49 u"01"[(char + u'abc').istitle()],
|
test_unicode.py | 333 self.checkequalnofix(True, u'\u1FFc', 'istitle') 334 self.checkequalnofix(True, u'Greek \u1FFcitlecases ...', 'istitle') 339 self.assertTrue(u'\U00010401\U00010429'.istitle()) 340 self.assertTrue(u'\U00010427\U0001044E'.istitle()) 343 self.assertFalse(ch.istitle(), '{!r} is not title'.format(ch)) 443 self.assertFalse(s.istitle()) 448 self.assertTrue(s.istitle()) 450 for meth_name in ('islower', 'isupper', 'istitle'): [all...] |
test_bigmem.py | 237 self.assertTrue(s.istitle()) 239 self.assertTrue(s.istitle()) 241 self.assertFalse(s.istitle()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
buffer_tests.py | 37 self.assertFalse(self.marshal(b'').istitle()) 38 self.assertFalse(self.marshal(b'a').istitle()) 39 self.assertTrue(self.marshal(b'A').istitle()) 40 self.assertFalse(self.marshal(b'\n').istitle()) 41 self.assertTrue(self.marshal(b'A Titlecased Line').istitle()) 42 self.assertTrue(self.marshal(b'A\nTitlecased Line').istitle()) 43 self.assertTrue(self.marshal(b'A Titlecased, Line').istitle()) 44 self.assertFalse(self.marshal(b'Not a capitalized String').istitle()) 45 self.assertFalse(self.marshal(b'Not\ta Titlecase String').istitle()) 46 self.assertFalse(self.marshal(b'Not--a Titlecase String').istitle()) [all...] |
test_bool.py | 218 self.assertIs("X".istitle(), True) 219 self.assertIs("x".istitle(), False) 242 self.assertIs(unicode("X", 'ascii').istitle(), True) 243 self.assertIs(unicode("x", 'ascii').istitle(), False)
|
string_tests.py | [all...] |
test_unicodedata.py | 38 u"01"[char.istitle()], 49 u"01"[(char + u'abc').istitle()],
|
test_unicode.py | 333 self.checkequalnofix(True, u'\u1FFc', 'istitle') 334 self.checkequalnofix(True, u'Greek \u1FFcitlecases ...', 'istitle') 339 self.assertTrue(u'\U00010401\U00010429'.istitle()) 340 self.assertTrue(u'\U00010427\U0001044E'.istitle()) 343 self.assertFalse(ch.istitle(), '{!r} is not title'.format(ch)) 443 self.assertFalse(s.istitle()) 448 self.assertTrue(s.istitle()) 450 for meth_name in ('islower', 'isupper', 'istitle'): [all...] |
test_bigmem.py | 237 self.assertTrue(s.istitle()) 239 self.assertTrue(s.istitle()) 241 self.assertFalse(s.istitle()) [all...] |
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 135 * @param {boolean} isTitle if the style is for the Most Visited Title. 138 function getMostVisitedStyles(params, isTitle) { 146 if (isTitle && themeInfo && !themeInfo.usingDefaultTheme) {
|
/packages/apps/Browser/src/com/android/browser/ |
NavTabView.java | 69 protected boolean isTitle(View v) {
|
NavScreen.java | 241 } else if (tabview.isTitle(v)) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 98 def istitle(self): return self.data.istitle() member in class:UserString
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 98 def istitle(self): return self.data.istitle() member in class:UserString
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 146 'find', 'index', 'isalnum', 'isalpha', 'isdigit', 'islower', 'isspace', 'istitle',
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uchar.h | 78 * Another example: There is no "istitle()" class for titlecase characters. [all...] |
/external/icu4c/common/unicode/ |
uchar.h | 78 * Another example: There is no "istitle()" class for titlecase characters. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |