Searched refs:ft_isxdigit (Results 1 – 3 of 3) sorted by relevance
437 ft_isxdigit( cur[0] ) && ft_isxdigit( cur[1] ) && in T1_Get_Private_Dict()438 ft_isxdigit( cur[2] ) && ft_isxdigit( cur[3] ) ) in T1_Get_Private_Dict()
118 #define ft_isxdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U || \ macro
4150 (ft_isxdigit): This. Updated all callers.4207 (T1_Get_Private_Dict): Use `ft_isxdigit' and