Searched defs:code_point (Results 1 – 9 of 9) sorted by relevance
94 const uint32_t code_point = ((one & 0x0f) << 18) | ((two & 0x3f) << 12) in GetUtf16FromUtf8() local139 const uint32_t code_point = (ch << 10) + ch2 - 0x035fdc00; in ConvertUtf16ToModifiedUtf8() local
59 const uint32_t code_point = ((one & 0x0f) << 18) | ((two & 0x3f) << 12) in GetUtf16FromUtf8() local
286 const uint32_t code_point = (ch << 10) + ch2 - 0x035fdc00; in ConvertUtf16ToModifiedUtf8_reference() local311 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
154 const uint32_t code_point = (ch << 10) + ch2 - 0x035fdc00; in ConvertUtf16ToModifiedUtf8() local
176 int code_point = 0; in StringFactory_newStringFromUtf8Bytes() local
1340 HInstruction* code_point = invoke->InputAt(1); in GenerateStringIndexOf() local
1158 HInstruction* code_point = invoke->InputAt(1); in GenerateStringIndexOf() local
1908 HInstruction* code_point = invoke->InputAt(1); in GenerateVisitStringIndexOf() local
1103 HInstruction* code_point = invoke->InputAt(1); in GenerateVisitStringIndexOf() local