Searched refs:isdigit (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Djdk_util.c65 if (isdigit(jdk_build_string[i])) {
82 if (isdigit(jdk_update_string[0]) && isdigit(jdk_update_string[1])) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DOSVersion.m49 for (i = 3; i < len && isdigit(ver[i]); ++i) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp89 assert(isdigit(vm_major_ver[0]),"wrong vm major version number");
91 assert(vm_minor_ver != NULL && isdigit(vm_minor_ver[1]),"wrong vm minor version number");
95 assert(vm_build_num != NULL && vm_build_num[1] == 'b' && isdigit(vm_build_num[2]),"wrong vm build number");
H A Darguments.cpp525 while (*s != '\0' && isdigit(*s)) {
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c143 if (isdigit(dirp->d_name[0])) {
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h62 #ifndef isdigit
63 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
H A Dmpi.c4605 if(isdigit(xch))
/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c65 if (isdigit(*s)) {
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp195 while(idx < len && isdigit(str[idx])) {
/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DUnixOperatingSystem_md.c429 if (isdigit(dentp->d_name[0])) {
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp173 if (!isdigit(*filename)) {
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp173 if (!isdigit(*filename)) {
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp175 if (!isdigit(*filename)) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp151 while ((*cp) != '\0' && isdigit(*cp)) {
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp177 if (!isdigit(*filename)) {
/openjdk7/jdk/src/share/back/
H A Dutil.c1455 while ( *inner && isdigit(*inner) ) {
1463 if ( *inner && isdigit(*inner) ) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp1798 if( !isdigit(_curchar) ) {
2591 if( isdigit(_curchar) ) {

Completed in 121 milliseconds