Searched refs:stringEnd (Results 1 – 3 of 3) sorted by relevance
54 jerry_size_t stringEnd = jerry_string_to_utf8_char_buffer(errStrVal, errStrBuffer, errStrSize); in DumpErrorCode() local55 errStrBuffer[stringEnd] = '\0'; in DumpErrorCode()110 … jerry_size_t stringEnd = jerry_string_to_utf8_char_buffer(itemVal, errStrBuffer, strSize); in DumpErrorMessage() local111 errStrBuffer[stringEnd] = '\0'; in DumpErrorMessage()
576 jerry_size_t stringEnd = jerry_string_to_utf8_char_buffer(errStrVal, errStrBuffer, errStrSize); in DfxTest001() local577 errStrBuffer[stringEnd] = '\0'; in DfxTest001()632 jerry_size_t stringEnd = jerry_string_to_utf8_char_buffer(itemVal, errStrBuffer, strSize); in DfxTest002() local633 errStrBuffer[stringEnd] = '\0'; in DfxTest002()
482 auto stringEnd = changeStart + stringLength; in AfterStyledStringChange() local484 changeValue.SetRangeAfter({ changeStart, stringEnd }); in AfterStyledStringChange()