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

/external/freetype/src/psaux/
H A Dpsobjs.c326 #define IS_OCTAL_DIGIT( c ) ( '0' <= (c) && (c) <= '7' ) macro
380 if ( !IS_OCTAL_DIGIT( *cur ) )
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsobjs.c326 #define IS_OCTAL_DIGIT( c ) ( '0' <= (c) && (c) <= '7' ) macro
380 if ( !IS_OCTAL_DIGIT( *cur ) )
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc309 #define IS_OCTAL_DIGIT(c) (((c) >= '0') && ((c) <= '7')) macro
353 if ( IS_OCTAL_DIGIT(p[1]) )
355 if ( IS_OCTAL_DIGIT(p[1]) ) // safe (and easy) to do this twice

Completed in 152 milliseconds