Searched refs:GetByteFromStringLength (Results 1 – 2 of 2) sorted by relevance
84 static char GetByteFromStringLength(const char* s, int which_byte);89 return GetByteFromStringLength(s, 0); in StringLengthAsByte()95 return GetByteFromStringLength(s, 0); in FirstByteOfStringLength()101 return GetByteFromStringLength(s, 1); in SecondByteOfStringLength()
78 char VCDiffDecoderTest::GetByteFromStringLength(const char* s, in GetByteFromStringLength() function in open_vcdiff::VCDiffDecoderTest