Searched refs:first_digit (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-parser.cc | 350 uc32 first_digit = Next(); in ParseDisjunction() local 351 if (first_digit == '8' || first_digit == '9') { in ParseDisjunction() 357 builder->AddCharacter(first_digit); in ParseDisjunction()
|
/external/opencv3/modules/videoio/src/ |
D | cap_mjpeg_decoder.cpp | 497 uint8_t first_digit = (stream_id/10) + '0'; in parseStrl() local 502 m_stream_id = CV_FOURCC(first_digit, second_digit, 'd', 'c'); in parseStrl() 508 …o stream found within AVI/AVIX list. Stream %c%cdc would be ignored\n", first_digit, second_digit); in parseStrl()
|
/external/crcalc/src/com/hp/creals/ |
D | CR.java | 365 int first_digit; in known_msd() local 372 first_digit = min_prec + length - 1; in known_msd() 373 return first_digit; in known_msd()
|
/external/opencv3/doc/pattern_tools/ |
D | svgfig.py | 1192 first_digit = pathdata[index] 1194 if "0" <= first_digit <= "9" or first_digit in ("-", "+", "."): 1211 first_digit = pathdata[index] 1213 if first_digit in ("0", "1"): 1215 return int(first_digit), index, pathdata
|