Searched refs:s1 (Results 1 – 9 of 9) sorted by relevance
49 int Utf8Cmp(const char* s1, const char* s2) { in Utf8Cmp() argument51 if (*s1 == '\0') { in Utf8Cmp()60 int utf1 = GetUtf16FromUtf8(&s1); in Utf8Cmp()
172 dec.vA = s1(InstAA(inst)); // sign-extend 8-bit value in DecodeInstruction()203 dec.vC = s1(bytecode[1] >> 8); // sign-extend 8-bit value in DecodeInstruction()
59 InputStream s1 = new ByteArrayInputStream(mBuffer, mWritePos, in getData() local62 return new SequenceInputStream(s1, s2); in getData()
212 assertNotNull(c.s1); in testChoiceWithSameTypedOptions()218 assertNull(c.s1); in testChoiceWithSameTypedOptions()224 assertNull(c.s1); in testChoiceWithSameTypedOptions()381 public EmptySequence s1; field in Asn1BerParserTest.ChoiceWithThreeSequenceOptions
140 s1=`printf "$1" "NAME" "$NAME"`144 echo "$s1;$s2;$s3;$s4"
31 int Utf8Cmp(const char* s1, const char* s2);
34 typedef int8_t s1; typedef
1134 def string_similarity(s1, s2): argument1144 lev = levenshtein(s1, s2)1146 lev_ratio = float(lev) / max(len(s1), len(s2))
465 String s1 = "/foo/" + expected; in testGetFileName() local468 assertEquals(expected, mGTest.getFileName(s1)); in testGetFileName()