Home
last modified time | relevance | path

Searched refs:isNumber (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp401 static bool isNumber(char C) { in isNumber() function in llvm::json::__anond887cc970911::Parser
494 if (isNumber(C)) in parseValue()
504 while (isNumber(peek())) in parseNumber()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Disemail.d71 import std.uni : isNumber;
749 if (isNumber(atomList[EmailPart.componentDomain][elementCount].front))
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Disemail.d70 import std.uni : isNumber;
743 if (isNumber(atomList[EmailPart.componentDomain][elementCount].front))
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Duni.d9366 bool isNumber(dchar c) in isNumber() function
9383 assert(isNumber(ch));
9385 assert((ch in n) == isNumber(ch));
9410 return isAlpha(c) || isNumber(c); in isAlphaNum()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d9366 bool isNumber(dchar c) in isNumber() function
9383 assert(isNumber(ch));
9385 assert((ch in n) == isNumber(ch));
9410 return isAlpha(c) || isNumber(c); in isAlphaNum()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d10243 bool isNumber(dchar c)
10260 assert(isNumber(ch));
10262 assert((ch in n) == isNumber(ch));
10287 return isAlpha(c) || isNumber(c);
/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c526 static int isNumber(const char *z, int *realnum){ in isNumber() function
9611 }else if( isNumber(azArg[i], 0) ){ in shell_callback()
9649 }else if( isNumber(azArg[i], 0) ){ in shell_callback()