Searched refs:ExtractInt (Results 1 – 3 of 3) sorted by relevance
35 TEST(Symbolizer, ExtractInt) { in TEST() argument37 const char *rest = ExtractInt("123,456;789", ";,", &token); in TEST()
26 const char *ExtractInt(const char *str, const char *delims, int *result);
30 const char *ExtractInt(const char *str, const char *delims, int *result) { in ExtractInt() function