Searched defs:is_hex_digit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp4972 if( !ADLParser::is_hex_digit(*(param+i)) ) return false;
4980 //---------------------------is_hex_digit--------------------------------------
4981 bool ADLParser::is_hex_digit(char digit) { function in class:ADLParser

Completed in 43 milliseconds