Searched defs:ch (Results 1 – 9 of 9) sorted by relevance
55 uint16_t ch = *utf16_in++; in ConvertUtf16ToModifiedUtf8() local116 uint16_t ch = *chars++; in CountUtf8Bytes() local
279 char ch = *p++; in PrettyDescriptor() local559 std::string PrintableChar(uint16_t ch) { in PrintableChar()577 uint16_t ch = GetUtf16FromUtf8(&p); in PrintableString() local602 uint16_t ch = GetUtf16FromUtf8(&cp); in MangleForJni() local
418 char ch = *fmt++; in Check() local553 char ch = *fmt; in Check() local
644 for (int ch = 1; ch < 256; ++ch) { in TEST_F() local
85 char ch = shorty_[i]; in CallingConvention() local117 char ch = shorty_[param]; in IsParamALongOrDouble() local127 char ch = shorty_[param]; in IsParamAFloatOrDouble() local
36 int32_t String::FastIndexOf(int32_t ch, int32_t start) { in FastIndexOf()173 uint16_t ch = GetUtf16FromUtf8(&modified_utf8); in Equals() local184 uint16_t ch = GetUtf16FromUtf8(&p); in Equals() local
94 char ch = shorty[i]; in NumArgRegisters() local
55 uint16_t ch = (((utf16_expected_le[i*2 + 0] & 0xff) << 8) | in AssertString() local
37 static jint String_fastIndexOf(JNIEnv* env, jobject java_this, jint ch, jint start) { in String_fastIndexOf()