Home
last modified time | relevance | path

Searched refs:test_cr (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/type1/
Dt1parse.c337 FT_Bool test_cr; in T1_Get_Private_Dict() local
429 test_cr = FT_BOOL( !pos_lf || in T1_Get_Private_Dict()
437 (test_cr && *cur == '\r' ) || in T1_Get_Private_Dict()
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py135 def test_cr(self): member in LineEndingTest