Searched defs:ch (Results 1 – 12 of 12) sorted by relevance
80 const uint32_t ch = GetUtf16FromUtf8(&utf8_data_in); in ConvertModifiedUtf8ToUtf16() local109 const uint32_t ch = GetUtf16FromUtf8(&p); in ConvertModifiedUtf8ToUtf16() local133 const uint16_t ch = *utf16_in++; in ConvertUtf16ToModifiedUtf8() local246 const uint16_t ch = *chars++; in CountUtf8Bytes() local
233 const uint16_t ch = *chars++; in CountUtf8Bytes_reference() local267 const uint16_t ch = *utf16_in++; in ConvertUtf16ToModifiedUtf8_reference() local
98 static inline bool NeedsEscaping(uint16_t ch) { in NeedsEscaping()
261 char ch = *p++; in PrettyDescriptor() local491 std::string PrintableChar(uint16_t ch) { in PrintableChar()509 uint32_t ch = GetUtf16FromUtf8(&p); in PrintableString() local544 uint32_t ch = GetUtf16FromUtf8(&cp); in MangleForJni() local
97 char ch = shorty[i]; in NumArgRegisters() local
766 for (int ch = 1; ch < 256; ++ch) { in TEST_F() local
87 char ch = shorty_[i]; in CallingConvention() local119 char ch = shorty_[param]; in IsParamALongOrDouble() local129 char ch = shorty_[param]; in IsParamAFloatOrDouble() local
125 jchar ch = static_cast<jchar>(*src++ & 0xff); in CharsetUtils_asciiBytesToChars() local171 jchar ch = *src++; in charsToBytes() local207 jint ch = string->CharAt(i); in CharsetUtils_toUtf8Bytes() local
66 static jint String_fastIndexOf(JNIEnv* env, jobject java_this, jint ch, jint start) { in String_fastIndexOf()
37 int32_t String::FastIndexOf(int32_t ch, int32_t start) { in FastIndexOf()173 const uint32_t ch = GetUtf16FromUtf8(&modified_utf8); in Equals() local200 uint32_t ch = GetUtf16FromUtf8(&p); in Equals() local
54 uint16_t ch = (((utf16_expected_le[i*2 + 0] & 0xff) << 8) | in AssertString() local
150 const char ch = str[offset + i]; in descriptorToDot() local