Searched refs:theText (Results 1 – 1 of 1) sorted by relevance
26 static const char theText[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."; variable32 …NAPI_ASSERT_RETURN_VOID(env, data != nullptr && strcmp(static_cast<char*>(data), theText) == 0, "i… in DeleteTheTextFun()165 NAPI_CALL(env, napi_create_string_utf8(env, theText, sizeof(theText), &theValue)); in BufferInit()