Home
last modified time | relevance | path

Searched refs:is_num (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/base/
Dfthash.c166 FT_Bool is_num, in hash_init() argument
177 if ( is_num ) in hash_init()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp271 bool is_num = false; in VerifyCrossRefV4() local
272 ByteString num_str = m_pSyntax->GetNextWord(&is_num); in VerifyCrossRefV4()
274 if (!is_num || num_str.IsEmpty() || in VerifyCrossRefV4()
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig487 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())
488 if is_num and not is_sign: return self.sbvalue.GetValueAsUnsigned()