Searched defs:ch (Results 1 – 15 of 15) sorted by relevance
85 const uint32_t ch = GetUtf16FromUtf8(&utf8_data_in); in ConvertModifiedUtf8ToUtf16() local114 const uint32_t ch = GetUtf16FromUtf8(&p); in ConvertModifiedUtf8ToUtf16() local138 const uint16_t ch = *utf16_in++; in ConvertUtf16ToModifiedUtf8() local243 const uint16_t ch = *chars++; in CountUtf8Bytes() local270 static inline constexpr bool NeedsEscaping(uint16_t ch) { in NeedsEscaping()274 std::string PrintableChar(uint16_t ch) { in PrintableChar()292 uint32_t ch = GetUtf16FromUtf8(&p); in PrintableString() local
64 char ch = *p++; in AppendPrettyDescriptor() local104 uint32_t ch = GetUtf16FromUtf8(&cp); in MangleForJni() local
233 const uint16_t ch = *chars++; in CountUtf8Bytes_reference() local267 const uint16_t ch = *utf16_in++; in ConvertUtf16ToModifiedUtf8_reference() local
122 const uint16_t ch = *utf16_in++; in ConvertUtf16ToModifiedUtf8() local166 const uint16_t ch = *chars++; in CountUtf8Bytes() local
38 uint32_t ch = ti::GetUtf16FromUtf8(&cp); in MangleForJni() local
89 char ch = shorty_[i]; in CallingConvention() local121 char ch = shorty_[param]; in IsParamALongOrDouble() local131 char ch = shorty_[param]; in IsParamAFloatOrDouble() local
128 jchar ch = static_cast<jchar>(*src++ & 0xff); in CharsetUtils_asciiBytesToChars() local173 jchar ch = string->CharAt(offset + i); in charsToBytes() local209 jint ch = string->CharAt(i); in CharsetUtils_toUtf8Bytes() local
42 FileChannel ch = raf.getChannel(); in allocateMapped() local
41 int32_t String::FastIndexOf(int32_t ch, int32_t start) { in FastIndexOf()270 const uint32_t ch = GetUtf16FromUtf8(&modified_utf8); in Equals() local297 uint32_t ch = GetUtf16FromUtf8(&p); in Equals() local
186 int32_t String::FastIndexOf(MemoryType* chars, int32_t ch, int32_t start) { in FastIndexOf()
56 uint16_t ch = (((utf16_expected_le[i*2 + 0] & 0xff) << 8) | in AssertString() local
886 public static int $noinline$indexOf(String lhs, int ch) { in $noinline$indexOf()890 public static int $noinline$indexOf(String lhs, int ch, int fromIndex) { in $noinline$indexOf()
158 const char ch = str[offset + i]; in descriptorToDot() local189 const char ch = lastSlash[i]; in descriptorClassToDot() local
186 char ch = shorty[i]; in NumArgRegisters() local
892 for (int ch = 1; ch < 256; ++ch) { in TEST_F() local