/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 93 def isdecimal(self): return self.data.isdecimal() member in class:UserString
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 93 def isdecimal(self): return self.data.isdecimal() member in class:UserString
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnumtst.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bool.py | 232 self.assertIs(unicode("0123", 'ascii').isdecimal(), True) 233 self.assertIs(unicode("xyz", 'ascii').isdecimal(), False)
|
test_unicodedata.py | 33 u"01"[char.isdecimal()], 44 u"01"[(char + u'123').isdecimal()],
|
test_unicode.py | 380 self.checkequalnofix(False, u'', 'isdecimal') 381 self.checkequalnofix(False, u'a', 'isdecimal') 382 self.checkequalnofix(True, u'0', 'isdecimal') 383 self.checkequalnofix(False, u'\u2460', 'isdecimal') # CIRCLED DIGIT ONE 384 self.checkequalnofix(False, u'\xbc', 'isdecimal') # VULGAR FRACTION ONE QUARTER 385 self.checkequalnofix(True, u'\u0660', 'isdecimal') # ARABIC-INDIC DIGIT ZERO 386 self.checkequalnofix(True, u'0123456789', 'isdecimal') 387 self.checkequalnofix(False, u'0123456789a', 'isdecimal') 389 self.checkraises(TypeError, 'abc', 'isdecimal', 42) 395 self.assertFalse(ch.isdecimal(), '{!r} is not decimal.'.format(ch) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bool.py | 232 self.assertIs(unicode("0123", 'ascii').isdecimal(), True) 233 self.assertIs(unicode("xyz", 'ascii').isdecimal(), False)
|
test_unicodedata.py | 33 u"01"[char.isdecimal()], 44 u"01"[(char + u'123').isdecimal()],
|
test_unicode.py | 380 self.checkequalnofix(False, u'', 'isdecimal') 381 self.checkequalnofix(False, u'a', 'isdecimal') 382 self.checkequalnofix(True, u'0', 'isdecimal') 383 self.checkequalnofix(False, u'\u2460', 'isdecimal') # CIRCLED DIGIT ONE 384 self.checkequalnofix(False, u'\xbc', 'isdecimal') # VULGAR FRACTION ONE QUARTER 385 self.checkequalnofix(True, u'\u0660', 'isdecimal') # ARABIC-INDIC DIGIT ZERO 386 self.checkequalnofix(True, u'0123456789', 'isdecimal') 387 self.checkequalnofix(False, u'0123456789a', 'isdecimal') 389 self.checkraises(TypeError, 'abc', 'isdecimal', 42) 395 self.assertFalse(ch.isdecimal(), '{!r} is not decimal.'.format(ch) [all...] |
/external/clang/lib/AST/ |
CommentLexer.cpp | 537 bool isDecimal = false; 553 isDecimal = true; 576 else if (isDecimal)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 400 static bool IsDecimal(char c) { 444 while (IsDecimal(*current_))
|
/external/icu4c/test/cintltst/ |
cnumtst.c | [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...] |