Searched refs:IS_OCTAL_DIGIT (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc244 #define IS_OCTAL_DIGIT(c) (((c) >= '0') && ((c) <= '7')) macro
299 if ( IS_OCTAL_DIGIT(p[1]) )
301 if ( IS_OCTAL_DIGIT(p[1]) ) // safe (and easy) to do this twice
/external/freetype/src/psaux/
H A Dpsobjs.c332 #define IS_OCTAL_DIGIT( c ) ( '0' <= (c) && (c) <= '7' ) macro
386 if ( !IS_OCTAL_DIGIT( *cur ) )

Completed in 111 milliseconds