HomeSort by relevance Sort by last modified time
    Searched refs:isAlphanumeric (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsAddress.java 44 public boolean isAlphanumeric() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 57 if (isAlphanumeric()) {
91 public boolean isAlphanumeric() {
127 && isAlphanumeric() && (origBytes[OFFSET_TOA] & 0x0f) == 0;
  /external/clang/unittests/Basic/
CharInfoTest.cpp 268 TEST(CharInfoTest, isAlphanumeric) {
269 EXPECT_TRUE(isAlphanumeric('0'));
270 EXPECT_TRUE(isAlphanumeric('9'));
272 EXPECT_TRUE(isAlphanumeric('a'));
273 EXPECT_TRUE(isAlphanumeric('A'));
275 EXPECT_TRUE(isAlphanumeric('z'));
276 EXPECT_TRUE(isAlphanumeric('Z'));
278 EXPECT_FALSE(isAlphanumeric('.'));
279 EXPECT_FALSE(isAlphanumeric('_'));
281 EXPECT_FALSE(isAlphanumeric('/'));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBoundaries.cpp 72 if (position < len && isAlphanumeric(chars[position - 1]))
84 if (position > 0 && isAlphanumeric(chars[position]))
  /external/clang/include/clang/Basic/
CharInfo.h 118 LLVM_READONLY static inline bool isAlphanumeric(unsigned char c) {
  /external/clang/lib/AST/
CommentLexer.cpp 173 return isAlphanumeric(C);
219 return isAlphanumeric(C);
  /external/clang/lib/Format/
BreakableToken.cpp 111 if (Advance == 1 && !isAlphanumeric(Text[0]))
186 isAlphanumeric(Token.TokenText[Prefix.size()])) {
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 169 inline bool isAlphanumeric(UChar32 c)
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 430 milliseconds